Sha256: eeb978813303eaf137b11626fec3123537b61fd2b963146b01e97d5822c2b4b4

Contents?: true

Size: 545 Bytes

Versions: 9

Compression:

Stored size: 545 Bytes

Contents

= content_for :nav_title do
  = "#{action_name.titleize} #{@role.name}"

section.section
  .container
    .columns
      .column.is-three-fifths
        .card
          = render 'layouts/authz/error_messages', object: @role
          .card-content
            = form_for @role do |f|
              = render 'fields', f: f, name_validation_path: edit_validations_role_name_path(@role)
              .field
                .control
                  = f.submit 'Save', class: 'button is-primary is-fullwidth'
      .column
        = render 'help'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
authz-0.0.5 app/views/authz/roles/edit.html.slim
authz-0.0.4 app/views/authz/roles/edit.html.slim
authz-0.0.3 app/views/authz/roles/edit.html.slim
authz-0.0.2 app/views/authz/roles/edit.html.slim
authz-0.0.1 app/views/authz/roles/edit.html.slim
authz-0.0.1.alpha5 app/views/authz/roles/edit.html.slim
authz-0.0.1.alpha4 app/views/authz/roles/edit.html.slim
authz-0.0.1.alpha3 app/views/authz/roles/edit.html.slim
authz-0.0.1.alpha2 app/views/authz/roles/edit.html.slim