summaryrefslogtreecommitdiffstats
path: root/app/views/news/_news.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/news/_news.rhtml')
-rw-r--r--app/views/news/_news.rhtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/news/_news.rhtml b/app/views/news/_news.rhtml
index 75a80d634..e48e5041b 100644
--- a/app/views/news/_news.rhtml
+++ b/app/views/news/_news.rhtml
@@ -1,4 +1,4 @@
-<p><%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %><br />
-<% unless news.summary.empty? %><%=h news.summary %><br /><% end %>
-<em><%= news.author.name %>, <%= format_time(news.created_on) %></em><br />
-<%= news.comments_count %> <%= lwr(:label_comment, news.comments_count).downcase %><br /></p>
+<p><%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %><br />
+<% unless news.summary.empty? %><%=h news.summary %><br /><% end %>
+<em><%= news.author.name %>, <%= format_time(news.created_on) %></em><br />
+<%= news.comments_count %> <%= lwr(:label_comment, news.comments_count).downcase %><br /></p>