blob: 7ee24b10a8cb43ad2f87c0f2220fdc7a963bd8aa (
plain)
1
2
3
4
5
|
<%= @news.title %>
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %>
<%= @news.author.name %>
<%= @news.description %>
|