fix
This commit is contained in:
parent
ed11253d4f
commit
bbeae5e0ff
1 changed files with 2 additions and 2 deletions
|
|
@ -5,5 +5,5 @@
|
||||||
= f.input :email
|
= f.input :email
|
||||||
= f.input :affiliation, :as => :string
|
= f.input :affiliation, :as => :string
|
||||||
= f.input :biography, :input_html => {:rows => 10}
|
= f.input :biography, :input_html => {:rows => 10}
|
||||||
= f.actions do
|
= f.actions do
|
||||||
= f.action :submit, :button_html => {:class => "btn btn-primary"}
|
= f.action :submit, :button_html => {:class => "btn btn-primary"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue