Add in registration warning
This commit is contained in:
parent
38e3cc12fd
commit
68e574dd9e
1 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,13 @@
|
|||
.text-muted
|
||||
Your tickets for the conference
|
||||
|
||||
- if !@confernce.user_registered?(@user)
|
||||
%strong
|
||||
You are not yet registered for the conference.
|
||||
= link_to 'Complete Registration',
|
||||
conference_conference_registration_path(@conference),
|
||||
class: 'btn btn-success pull-right'
|
||||
|
||||
.col-md-12
|
||||
- if @physical_tickets.present?
|
||||
%table.table.table-bordered.table-striped.table-hover#roles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue