Add message when schedule is not ready
This commit is contained in:
parent
9c0af1faf0
commit
668fe5f196
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
||||||
%span You can check out our
|
%span You can check out our
|
||||||
%span
|
%span
|
||||||
= link_to 'Schedule', conference_schedule_path(@conference.short_title), target: '_blank'
|
= link_to 'Schedule', conference_schedule_path(@conference.short_title), target: '_blank'
|
||||||
|
- else
|
||||||
|
%span The schedule is not ready yet. Stay tuned!
|
||||||
-unless @conference.tracks.blank?
|
-unless @conference.tracks.blank?
|
||||||
= render 'tracks'
|
= render 'tracks'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue