add nick and affiliation

This commit is contained in:
differentreality 2013-07-12 09:10:33 +03:00
parent d2709f0570
commit f42b7eae57

View file

@ -12,5 +12,9 @@
= f.fields_for :people do |p|
= p.input :first_name
= p.input :last_name
= p.label :Nickname
= p.text_field :irc_nickname
= p.label :Affiliation
= p.text_field :company, :placeholder => "Company/User Group/nothing"
= f.input :conferences, :as => :check_boxes, :label => true, :collection => @conferences
= f.action :submit, :button_html => { :value => "Create", :class => "btn btn-primary"}