mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
%tr
|
|
%td= page.name
|
|
%td= page.title
|
|
%td{ :class => :actions }
|
|
= link_to 'Show', [:admin, page]
|
|
= link_to 'Edit', edit_admin_page_path(page)
|
|
= link_to 'Destroy', [:admin, page], confirm: 'Are you sure?', method: :delete
|