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.rhtml 489B

123456
  1. <p><%= link_to(h(news.project.name), :controller => 'projects', :action => 'show', :id => news.project) + ': ' unless @project %>
  2. <%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %>
  3. <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %>
  4. <br />
  5. <% unless news.summary.blank? %><span class="summary"><%=h news.summary %></span><br /><% end %>
  6. <span class="author"><%= authoring news.created_on, news.author %></span></p>