This commit is contained in:
Andrew Radev 2015-08-10 15:04:27 +03:00
parent cb36735514
commit fae071239d
1 changed files with 2 additions and 0 deletions

View File

@ -13,7 +13,9 @@
-# TODO tracks -> indirectly through proposition?
-# form.input :track_id, collection: current_conference.tracks.map { |track| [track.name, track.id, {title: track.description}] }, required: true
-# TODO length is different for different types of events (translation problem)
= form.input :length
= form.input :language, collection: I18n.available_locales, include_blank: false, default: I18n.locale
= form.input :abstract
= form.input :description