_news.html.erb
6 lines
| 419 B
| text/plain
|
TextLexer
|
r3810 | <p><%= link_to_project(news.project) + ': ' unless @project %> | ||
|
r13661 | <%= link_to news.title, news_path(news) %> | ||
|
r13371 | <% if news.comments_count > 0 %><span class="comments">(<%= l(:label_x_comments, :count => news.comments_count) %>)</span><% end %> | ||
|
r736 | <br /> | ||
|
r13661 | <% unless news.summary.blank? %><span class="summary"><%= news.summary %></span><br /><% end %> | ||
|
r1009 | <span class="author"><%= authoring news.created_on, news.author %></span></p> | ||