Merge bf4189132a into ea43b19ef4
This commit is contained in:
commit
f1d2bf710f
4 changed files with 32 additions and 16 deletions
|
|
@ -21,7 +21,7 @@
|
|||
- if !@conference || @conference != conference
|
||||
- if conference.splashpage && conference.splashpage.public
|
||||
= link_to "View Conference", conference_path(conference.short_title), class: 'btn btn-default'
|
||||
- if conference.program and conference.program.schedule_public
|
||||
- if conference.program and conference.program.selected_event_schedules and conference.program.schedule_public
|
||||
= link_to "Schedule", conference_schedule_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