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