Sha256: a5671df4a11f995571122b5644d417859006885060ffb417added229c79de93a

Contents?: true

Size: 750 Bytes

Versions: 23

Compression:

Stored size: 750 Bytes

Contents

%span.actions
  = link_to 'Visit', effective_pages.page_path(page), :target => '_blank'
  = '-'
  - if defined?(EffectiveRegions)
    = link_to 'Edit Content', effective_regions.edit_path(page), 'data-no-turbolink' => true
    = '-'
  = link_to 'Edit', effective_pages.edit_admin_page_path(page.id)
  = '-'
  = link_to 'Delete', effective_pages.admin_page_path(page.id), :data => {:method => :delete, :confirm => "Are you sure?  This page will be made unavailable."}
  / = '-'
  / - if page.draft?
  /   = link_to "Undraft", effective_orders.undraft_admin_page_path(page)
  / - else
  /   = link_to "Draft", effective_orders.draft_admin_page_path(page), :data => {:method => :delete, :confirm => "Are you sure?  This page will be made unavailable."}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
effective_pages-1.0.10 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.9 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.8 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.7 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.6 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.5 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.4 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.3 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.2 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.1 app/views/admin/pages/_actions.html.haml
effective_pages-1.0.0 app/views/admin/pages/_actions.html.haml
effective_pages-0.9.9 app/views/admin/pages/_actions.html.haml
effective_pages-0.9.8 app/views/admin/pages/_actions.html.haml
effective_pages-0.9.7 app/views/admin/pages/_actions.html.haml
effective_pages-0.9.6 app/views/admin/pages/_actions.html.haml
effective_pages-0.9.5 app/views/admin/pages/_actions.html.haml
effective_pages-0.9.4 app/views/admin/pages/_actions.html.haml
effective_pages-0.9.3 app/views/admin/pages/_actions.html.haml
effective_pages-0.9.2 app/views/admin/pages/_actions.html.haml
effective_pages-0.9.1 app/views/admin/pages/_actions.html.haml