##// END OF EJS Templates
Added missing parentheses on news/show and removed useless call to auto_link...
Jean-Philippe Lang -
r452:5d8200b9fc55
parent child
Show More
@@ -8,7 +8,7
8 <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
8 <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
9 <%= @news.author.display_name %>, <%= format_time(@news.created_on) %></em></p>
9 <%= @news.author.display_name %>, <%= format_time(@news.created_on) %></em></p>
10 <br />
10 <br />
11 <%= textilizable auto_link @news.description %>
11 <%= textilizable(@news.description) %>
12 <br />
12 <br />
13
13
14 <div id="comments" style="margin-bottom:16px;">
14 <div id="comments" style="margin-bottom:16px;">
General Comments 0
You need to be logged in to leave comments. Login now