Sha256: a762e86f4bb6b827acd76b3e3c7fa3b92975e0d3a5c8e6b1f97bad20828757eb

Contents?: true

Size: 551 Bytes

Versions: 9

Compression:

Stored size: 551 Bytes

Contents

= content_for :nav_title do
  = 'New Controller Action'

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 'basic_fields', f: f
              = render 'association_fields', f: f
              .field
                .control
                  = f.submit 'Create', 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/new.html.slim
authz-0.0.4 app/views/authz/controller_actions/new.html.slim
authz-0.0.3 app/views/authz/controller_actions/new.html.slim
authz-0.0.2 app/views/authz/controller_actions/new.html.slim
authz-0.0.1 app/views/authz/controller_actions/new.html.slim
authz-0.0.1.alpha5 app/views/authz/controller_actions/new.html.slim
authz-0.0.1.alpha4 app/views/authz/controller_actions/new.html.slim
authz-0.0.1.alpha3 app/views/authz/controller_actions/new.html.slim
authz-0.0.1.alpha2 app/views/authz/controller_actions/new.html.slim