annotate app/views/news/_news.rhtml @ 266:9c5077177fd2
bug_89
Loosen line spacing generally, and make some other adjustments to layout in Wiki pages in particular
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Tue, 15 Mar 2011 13:44:25 +0000 |
parents |
94944d00e43c |
children |
30f68ecfdde4 |
rev |
line source |
Chris@14
|
1 <p><%= link_to_project(news.project) + ': ' unless @project %>
|
chris@37
|
2 <%= link_to h(news.title), news_path(news) %>
|
Chris@0
|
3 <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %>
|
Chris@0
|
4 <br />
|
Chris@0
|
5 <% unless news.summary.blank? %><span class="summary"><%=h news.summary %></span><br /><% end %>
|
Chris@0
|
6 <span class="author"><%= authoring news.created_on, news.author %></span></p>
|