Added Download Ticket button in the user registration show page
This commit is contained in:
parent
f6710e3f52
commit
00c3c9da3a
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@
|
||||||
= humanized_money tickets.first.price
|
= humanized_money tickets.first.price
|
||||||
%br
|
%br
|
||||||
- if @tickets.any?
|
- if @tickets.any?
|
||||||
|
= link_to 'Download Ticket', conference_conference_registration_path(@conference.short_title, format: :pdf), class: 'button btn btn-default btn-info'
|
||||||
= 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue