diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 485bd6f3..c32c6843 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -27,8 +27,8 @@ <% end %> -

<% unless @news.summary.blank? %><%=h @news.summary %>
<% end %> -<%= authoring @news.created_on, @news.author %>

+

<% unless @news.summary.blank? %><%=h @news.summary %>
<% end %> +<%= authoring @news.created_on, @news.author %>

<%= textilizable(@news.description) %>