You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_news.html.erb 419B

123456
  1. <p><%= link_to_project(news.project) + ': ' unless @project %>
  2. <%= link_to news.title, news_path(news) %>
  3. <% if news.comments_count > 0 %><span class="comments">(<%= l(:label_x_comments, :count => news.comments_count) %>)</span><% end %>
  4. <br />
  5. <% unless news.summary.blank? %><span class="summary"><%= news.summary %></span><br /><% end %>
  6. <span class="author"><%= authoring news.created_on, news.author %></span></p>