mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
15 lines
344 B
Text
15 lines
344 B
Text
.row
|
|
.col-md-12
|
|
.page-header
|
|
%h2
|
|
Role
|
|
= @role.name.titleize
|
|
.text-muted
|
|
= @role.description
|
|
|
|
= semantic_form_for @role, url: @url do |f|
|
|
.row
|
|
.col-md-5
|
|
= f.input :description, input_html: { autofocus: true }
|
|
|
|
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }
|