Skip to content

Commit

Permalink
proposals#edit form text in track field is added
Browse files Browse the repository at this point in the history
  • Loading branch information
namangupta01 authored and differentreality committed Sep 15, 2017
1 parent ca5d139 commit c317565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/events_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def track_selector_input(form)
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

0 comments on commit c317565

Please sign in to comment.