_news.rhtml
4 lines
| 331 B
| text/html+ruby
|
RhtmlLexer
|
r330 | <p><%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %><br /> | ||
|
r483 | <% unless news.summary.blank? %><%=h news.summary %><br /><% end %> | ||
|
r330 | <em><%= news.author.name %>, <%= format_time(news.created_on) %></em><br /> | ||
<%= news.comments_count %> <%= lwr(:label_comment, news.comments_count).downcase %><br /></p> | ||||