6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
|
<%= @news.title %>
|
||
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %>
|
||
|
<%= @news.author.name %>
|
||
|
|
||
|
<%= @news.description %>
|