4 lines
145 B
Text
4 lines
145 B
Text
<h1><%= link_to(@news.title, @news_url) %></h1>
|
|
<em><%= @news.author.name %></em>
|
|
|
|
<%= textilizable(@news, :description, :only_path => false) %>
|