Sha256: 87aa63eda7f62e50241b41c6d8179b456d24db491d82698edf24b1a71a861e19

Contents?: true

Size: 715 Bytes

Versions: 9

Compression:

Stored size: 715 Bytes

Contents

= content_for :nav_title do
  = "#{action_name.titleize} #{@rolable.authz_label}"

section.section
  .container
    .columns
      .column.is-three-fifths
        .card
          = render 'layouts/authz/error_messages', object: @rolable
          .card-content
            = form_for @rolable do |f|
              = render 'fields', f: f
              .field
                .control
                  = f.submit 'Save', class: 'button is-primary is-fullwidth'
      .column
        / = render 'help'
javascript:
  $('form').validate()
  $('#' + "#{@rolable.class.model_name.singular}" + '_role_ids').multiSelect(window.quicksearchConfig.init)
  $('#role_role_grant_ids').multiSelect(window.quicksearchConfig.init)

Version data entries

9 entries across 9 versions & 1 rubygems

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