mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 22:21:11 +00:00
4 lines
170 B
Text
4 lines
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' }
|