diff --git a/app/views/content_viewer/view_page.rhtml b/app/views/content_viewer/view_page.rhtml index e7b969f..ba98f70 100644 --- a/app/views/content_viewer/view_page.rhtml +++ b/app/views/content_viewer/view_page.rhtml @@ -51,7 +51,7 @@ <% end %> <% else %> - <% if profile.community? %> + <% if profile.community? && (@page.blog? || @page.parent && @page.parent.blog?) %> <%= link_to content_tag( 'span', _('Suggest an article') ), profile.admin_url.merge({ :controller => 'cms', :action => 'suggest_an_article'}), :class => 'button with-text icon-new' %> <% end %> <% end %> -- libgit2 0.21.2