mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
5 lines
195 B
Text
5 lines
195 B
Text
= form_for @role, url: @url do |f|
|
|
.form-group
|
|
= f.label :description
|
|
= f.text_field :description, autofocus: true, class: 'form-control'
|
|
= f.submit nil, { class: 'btn btn-primary' }
|