mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
add nick and affiliation
This commit is contained in:
parent
d2709f0570
commit
f42b7eae57
1 changed files with 4 additions and 0 deletions
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue