diff --git a/app/views/content_viewer/view_page.rhtml b/app/views/content_viewer/view_page.rhtml index e7f33e4..2c49fca 100644 --- a/app/views/content_viewer/view_page.rhtml +++ b/app/views/content_viewer/view_page.rhtml @@ -1,4 +1,4 @@ -
+
<% # AddThis Button @@ -19,23 +19,31 @@ <% end; end %> -

<%= @page.title %>

- -<% if logged_in? && current_user.person.has_permission?('post_content', profile) %> -
- <%= link_to content_tag( 'span', _('Edit') ), - { :controller => 'cms', :action => 'edit', :id => @page }, - :class => 'button with-text icon-edit' %> +
+

<%= @page.title %>

+ + <% if logged_in? && current_user.person.has_permission?('post_content', profile) %> + + <% end %>
-<% end %> -