diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 89649273..019a14df 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -9,6 +9,7 @@

<%=h @news.title %>

+<% if authorize_for('news', 'edit') %> +<% end %>

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