Removes rating desc column from cfp

This commit is contained in:
Chrisbr 2014-05-14 16:37:19 +02:00
parent a8c9c2f2d4
commit 17307736e8
4 changed files with 13 additions and 4 deletions

View file

@ -10,5 +10,4 @@
= f.input :schedule_changes
= f.input :schedule_public
= f.input :rating, :hint => "Enter the number of different rating levels you want to have for voting on proposals. Enter 0 if you do not want to vote on proposals."
= f.input :rating_desc, :label => "Rating Description", :hint => "Enter comments about voting process.", :input_html => {:value => "1 is for 'I don't like this proposal',\n2 is for 'I am ok with this proposal.',\n3 is for 'I love this proposal!'", :rows => 5, :class => "span6"}
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}