diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index df3c0279..fd05e423 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -7,7 +7,6 @@

<% unless @news.summary.empty? %><%=h @news.summary %>
<% end %> <%= @news.author.name %>, <%= format_time(@news.created_on) %>

-
<%= textilizable(@news.description) %>
@@ -29,4 +28,4 @@ <%= text_area 'comment', 'comments', :cols => 60, :rows => 6 %>

<%= submit_tag l(:button_add) %>

<% end %> -<% end %> \ No newline at end of file +<% end %>