_news.rhtml
6 lines
| 422 B
| text/html+ruby
|
RhtmlLexer
|
r3810 | <p><%= link_to_project(news.project) + ': ' unless @project %> | ||
|
r736 | <%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %> | ||
|
r2430 | <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %> | ||
|
r736 | <br /> | ||
<% unless news.summary.blank? %><span class="summary"><%=h news.summary %></span><br /><% end %> | ||||
|
r1009 | <span class="author"><%= authoring news.created_on, news.author %></span></p> | ||