diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 6de8aa8..a55b56f 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -25,7 +25,7 @@
-<% unless @news.summary.empty? %><%=h @news.summary %> <% unless @news.summary.blank? %><%=h @news.summary %>
<% end %>
+
<% end %>