Sha256: 9363869caad3df5a3b6ce66fa74501108df3a1b9d2b7c7a1065ef07df90aee92
Contents?: true
Size: 620 Bytes
Versions: 44
Compression:
Stored size: 620 Bytes
Contents
<% if logged_in? && content.can_edit?(current_user) -%> <% if current_user.can_add_root_content? -%> <%= link_to t('muck.contents.add'), new_content_path, :title => t('muck.contents.add_title'), :class => 'admin-content' -%> | <% end -%> <%= link_to t('muck.contents.edit'), edit_content_path(content.id), :title => t('muck.contents.edit_this_page'), :class => 'admin-content' -%> | <%= link_to t('muck.contents.delete'), content_path(content.id), :method => :delete, :title => t('muck.contents.delete_title'), :class => 'admin-content', :confirm => t('muck.contents.confirm_delete_content') -%> <% end -%>
Version data entries
44 entries across 44 versions & 1 rubygems