mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
There's no need for the show link.
This commit is contained in:
parent
2cff6908b9
commit
0bba99e627
@ -3,6 +3,5 @@
|
||||
%td= category.slug
|
||||
%td= category.base_colour
|
||||
%td{ class: :actions }
|
||||
= link_to 'Show', [:admin, category]
|
||||
= link_to 'Edit', edit_admin_category_path(category)
|
||||
= link_to 'Destroy', [:admin, category], confirm: 'Are you sure?', method: :delete
|
||||
|
||||
@ -2,6 +2,5 @@
|
||||
%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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user