Ticket_button added
This commit is contained in:
parent
32fa0bde6b
commit
0bfb2130a9
1 changed files with 3 additions and 1 deletions
|
|
@ -104,7 +104,9 @@
|
||||||
= humanized_money @total_price_per_ticket[ticket_id]
|
= humanized_money @total_price_per_ticket[ticket_id]
|
||||||
%br
|
%br
|
||||||
- if @tickets.any?
|
- if @tickets.any?
|
||||||
= link_to 'Get more tickets', conference_tickets_path(@conference.short_title), class: "btn btn-default"
|
.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"
|
||||||
- else
|
- else
|
||||||
You haven't bought any tickets.
|
You haven't bought any tickets.
|
||||||
= link_to 'Please get some tickets to support us!', conference_tickets_path(@conference.short_title)
|
= link_to 'Please get some tickets to support us!', conference_tickets_path(@conference.short_title)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue