diff options
Diffstat (limited to 'app/views/admin/quotes/index.html.haml')
-rw-r--r-- | app/views/admin/quotes/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/quotes/index.html.haml b/app/views/admin/quotes/index.html.haml index afe2c20..c1a4866 100644 --- a/app/views/admin/quotes/index.html.haml +++ b/app/views/admin/quotes/index.html.haml | |||
@@ -16,5 +16,6 @@ | |||
16 | %td | 16 | %td |
17 | %ul.admin-actions | 17 | %ul.admin-actions |
18 | %li= link_to "View", quote | 18 | %li= link_to "View", quote |
19 | %li= link_to "Edit", edit_admin_quote_url(quote) | ||
19 | %li= link_to "Delete", admin_quote_url(quote), method: :delete, data: { confirm: "Are you sure?" } | 20 | %li= link_to "Delete", admin_quote_url(quote), method: :delete, data: { confirm: "Are you sure?" } |
20 | = will_paginate @quotes | 21 | = will_paginate @quotes |