added edit button to the admin/tickets#show page
This commit is contained in:
parent
18c471f778
commit
d7b3029383
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
Ticket
|
Ticket
|
||||||
%small
|
%small
|
||||||
= humanized_money_with_symbol @ticket.price
|
= humanized_money_with_symbol @ticket.price
|
||||||
|
= link_to 'Edit Ticket', edit_admin_conference_ticket_path, class: 'btn btn-primary pull-right'
|
||||||
%p.text-muted
|
%p.text-muted
|
||||||
People who bought this ticket
|
People who bought this ticket
|
||||||
.row
|
.row
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue