mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
4 lines
No EOL
170 B
Text
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' } |