Ticket Purchase Index Page

List all the unpaid ticket purchases of the user for that conference and allow user to pay for them.
This commit is contained in:
siddhantbajaj 2017-06-26 06:07:52 +05:30
parent 2cc97a92f5
commit a327d2cbd2
5 changed files with 43 additions and 1 deletions

View file

@ -33,3 +33,10 @@
class: 'button btn btn-default btn-info'
- else
%h5 No Tickets found!
.row
.col-md-12
- if @unpaid_ticket_purchases.any?
.h3
You have unpaid tickets!
%small
= link_to "Pay them here", conference_ticket_purchases_path