osem-fcy/app/views/admin/rooms/_form.html.haml
2014-11-12 11:37:28 +01:00

4 lines
No EOL
170 B
Text

= f.input :name
= f.input :size, :input_html => {:size => 5}
= f.input :public, :as => :boolean
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }