fixes done
This commit is contained in:
parent
d498178513
commit
2d01bcad17
2 changed files with 49 additions and 51 deletions
|
|
@ -20,7 +20,7 @@
|
|||
= simple_format(conference.venue.description, class: 'lead')
|
||||
.col-md-2
|
||||
.btn-group-vertical
|
||||
- if @conference && controller.class.name != "ConferenceController"
|
||||
- if !@conference || @conference != conference
|
||||
= link_to "View Conference", conference_path(conference.short_title), :class =>"btn btn-default"
|
||||
- if conference.registration_open?
|
||||
- if conference.user_registered?(current_user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue