parent
727a232d3d
commit
1f8666e2d2
@ -1,4 +0,0 @@ |
||||
<h1><%= link_to(h(@news.title), @news_url) %></h1> |
||||
<em><%=h @news.author.name %></em> |
||||
|
||||
<%= textilizable(@news, :description, :only_path => false) %> |
@ -0,0 +1,4 @@ |
||||
<h1><%= link_to @news.title, news_url(@news) %></h1> |
||||
<em><%= @news.author.name %></em> |
||||
|
||||
<%= textilizable @news.description %> |
@ -1,5 +1,5 @@ |
||||
<%= @news.title %> |
||||
<%= @news_url %> |
||||
<%= news_url(@news) %> |
||||
<%= @news.author.name %> |
||||
|
||||
<%= @news.description %> |
Loading…
Reference in new issue