Ooops. Fix indentation
This commit is contained in:
parent
05fa9e8d3d
commit
dbfebdcd01
1 changed files with 8 additions and 8 deletions
|
|
@ -9,14 +9,14 @@
|
||||||
.text-muted
|
.text-muted
|
||||||
Your tickets for the conference
|
Your tickets for the conference
|
||||||
|
|
||||||
- if !@conference.user_registered?(@user)
|
- if !@conference.user_registered?(@user)
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
%strong
|
%strong
|
||||||
You are not yet registered for the conference.
|
You are not yet registered for the conference.
|
||||||
= link_to 'Complete Registration',
|
= link_to 'Complete Registration',
|
||||||
conference_conference_registration_path(@conference),
|
conference_conference_registration_path(@conference),
|
||||||
class: 'btn btn-success pull-right'
|
class: 'btn btn-success pull-right'
|
||||||
|
|
||||||
.col-md-12
|
.col-md-12
|
||||||
- if @physical_tickets.present?
|
- if @physical_tickets.present?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue