Showing of tracks when there are no tracks in proposals is fixed Closes #1668
This commit is contained in:
parent
c317565ec7
commit
ec8fbb21d7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
- if @program.event_types.any?
|
||||
You can submit proposals for
|
||||
= "#{event_types(@conference)}."
|
||||
- if @program.tracks.any?
|
||||
- if @program.tracks.confirmed.cfp_active.any?
|
||||
Proposals should fit in one of the
|
||||
= "#{pluralize(@program.tracks.confirmed.cfp_active.count, 'track')}:"
|
||||
= "#{tracks(@conference)}."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue