This commit is contained in:
Stella Rouzi 2014-08-12 15:59:22 +03:00
parent ed11253d4f
commit bbeae5e0ff

View file

@ -5,5 +5,5 @@
= f.input :email
= f.input :affiliation, :as => :string
= f.input :biography, :input_html => {:rows => 10}
= f.actions do
= f.action :submit, :button_html => {:class => "btn btn-primary"}
= f.actions do
= f.action :submit, :button_html => {:class => "btn btn-primary"}