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:
parent
2cc97a92f5
commit
a327d2cbd2
5 changed files with 43 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue