Sha256: 74b24dbb5c8b6c1a3a6bb5d2ffe3ee073acc5f62dd773e729e0545fd665276ce

Contents?: true

Size: 681 Bytes

Versions: 19

Compression:

Stored size: 681 Bytes

Contents

= link_to effective_pages.edit_admin_page_path(page.id), title: 'Settings' do
  %span.glyphicon.glyphicon-cog

= link_to effective_pages.page_path(page, (page.draft? ? {preview: true} : nil)), title: 'View', 'data-no-turbolink': true, target: '_blank' do
  %span.glyphicon.glyphicon-eye-open

- if defined?(EffectiveRegions)
  = link_to (effective_regions.edit_path(page)), title: 'Edit Content', 'data-no-turbolink': true, target: '_blank' do
    %span.glyphicon.glyphicon-edit

= link_to effective_pages.admin_page_path(page.id), title: 'Delete', data: { method: :delete, confirm: 'Are you sure you want to delete? This cannot be undone.' } do
  %span.glyphicon.glyphicon-trash

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
effective_pages-1.3.2 app/views/admin/pages/_actions.html.haml
effective_pages-1.3.1 app/views/admin/pages/_actions.html.haml
effective_pages-1.3.0 app/views/admin/pages/_actions.html.haml
effective_pages-1.2.0 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.9 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.8 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.7 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.6 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.5 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.4 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.3 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.2 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.1 app/views/admin/pages/_actions.html.haml
effective_pages-1.1.0 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.17 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.16 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.15 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.14 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.13 app/views/admin/pages/_actions.html.haml