.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 = f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }