1
0
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:
Dan Barber 2014-12-13 18:14:05 +00:00
parent 2cff6908b9
commit 0bba99e627
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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