Sha256: e51a4f2d18abfaf2ca9f137978f894b0e9f9131d29d8797cfa38e318119717fc

Contents?: true

Size: 534 Bytes

Versions: 9

Compression:

Stored size: 534 Bytes

Contents

= content_for :nav_title do
  = "#{action_name.titleize} #{@controller_action.to_s}"

section.section
  .container
    .columns
      .column.is-three-fifths
        .card
          = render 'layouts/authz/error_messages', object: @controller_action
          .card-content
            = form_for @controller_action do |f|
              = render 'association_fields', f: f
              .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/controller_actions/edit.html.slim
authz-0.0.4 app/views/authz/controller_actions/edit.html.slim
authz-0.0.3 app/views/authz/controller_actions/edit.html.slim
authz-0.0.2 app/views/authz/controller_actions/edit.html.slim
authz-0.0.1 app/views/authz/controller_actions/edit.html.slim
authz-0.0.1.alpha5 app/views/authz/controller_actions/edit.html.slim
authz-0.0.1.alpha4 app/views/authz/controller_actions/edit.html.slim
authz-0.0.1.alpha3 app/views/authz/controller_actions/edit.html.slim
authz-0.0.1.alpha2 app/views/authz/controller_actions/edit.html.slim