From d7b3029383aa4de135751704934ac10497774070 Mon Sep 17 00:00:00 2001 From: Situ William Date: Wed, 11 Apr 2018 19:13:07 -0400 Subject: [PATCH] added edit button to the admin/tickets#show page --- app/views/admin/tickets/show.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/admin/tickets/show.html.haml b/app/views/admin/tickets/show.html.haml index 01e882b5..5d816ad8 100644 --- a/app/views/admin/tickets/show.html.haml +++ b/app/views/admin/tickets/show.html.haml @@ -7,6 +7,7 @@ Ticket %small = humanized_money_with_symbol @ticket.price + = link_to 'Edit Ticket', edit_admin_conference_ticket_path, class: 'btn btn-primary pull-right' %p.text-muted People who bought this ticket .row