Sha256: 3461f43d096b89d9f77652ab0777e5ff55c6057dab6214af43cb436b2a3fc576

Contents?: true

Size: 474 Bytes

Versions: 5

Compression:

Stored size: 474 Bytes

Contents

= dropdown(variation: :dropleft) do
  = dropdown_link_to 'Edit', effective_pages.edit_admin_page_path(page)
  = dropdown_link_to 'Edit Content', effective_regions.edit_path(page), 'data-no-turbolink': true, target: '_blank'
  = dropdown_link_to 'View', effective_pages.page_path(page), 'data-no-turbolink': true, target: '_blank'

  = dropdown_link_to "Delete #{page}", effective_pages.admin_page_path(page),
    data: { method: :delete, confirm: "Really delete #{page}?" }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_pages-2.0.6 app/views/admin/pages/_actions.html.haml
effective_pages-2.0.5 app/views/admin/pages/_actions.html.haml
effective_pages-2.0.4 app/views/admin/pages/_actions.html.haml
effective_pages-2.0.3 app/views/admin/pages/_actions.html.haml
effective_pages-2.0.2 app/views/admin/pages/_actions.html.haml