mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
proposals#edit form text in track field is added
This commit is contained in:
parent
ca5d139dc2
commit
c317565ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ module EventsHelper
|
|||
if @program.tracks.confirmed.cfp_active.any?
|
||||
form.input :track_id, as: :select,
|
||||
collection: @program.tracks.confirmed.cfp_active.pluck(:name, :id),
|
||||
include_blank: true
|
||||
include_blank: '(Please select)'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue