Mark track state as not null and add default value
The regular tracks are marked as 'confirmed'
This commit is contained in:
parent
fd93b04f16
commit
0f154d07c9
8 changed files with 32 additions and 13 deletions
|
|
@ -42,7 +42,7 @@
|
|||
- if track.self_organized?
|
||||
= track.state
|
||||
- else
|
||||
N/A
|
||||
= track.state.humanize
|
||||
%td
|
||||
- if track.self_organized?
|
||||
= check_box_tag "#{@conference.short_title}_#{track.short_name}", track.id, track.cfp_active,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue