Ticket_button added

This commit is contained in:
Alexandros Pagonis 2017-11-09 19:26:01 +02:00 committed by Stella Rouzi
parent 32fa0bde6b
commit 0bfb2130a9

View file

@ -104,6 +104,8 @@
= humanized_money @total_price_per_ticket[ticket_id] = humanized_money @total_price_per_ticket[ticket_id]
%br %br
- if @tickets.any? - if @tickets.any?
.btn-group
= link_to 'View all tickets', conference_physical_tickets_path(@conference.short_title), class: "btn btn-success"
= link_to 'Get more tickets', conference_tickets_path(@conference.short_title), class: "btn btn-default" = link_to 'Get more tickets', conference_tickets_path(@conference.short_title), class: "btn btn-default"
- else - else
You haven't bought any tickets. You haven't bought any tickets.