Sha256: ab65552cfb3578a4f0f868aeafcaf24db31d19fcdeae370d0471b1e79aaa2f0c

Contents?: true

Size: 390 Bytes

Versions: 4

Compression:

Stored size: 390 Bytes

Contents

.row
  .col-12
    %h1= t('.title', **inflections)
    
.row
  .col-12
    = simple_form_for([resource_namespace, @resource]) do |form|
      = render partial: 'form_errors', locals: { resource: form.object }
      = render 'form', form: form
      = render 'form_buttons', form: form

.row
  .edit-actions.col-12.d-flex
    = render partial: 'edit_actions', locals: { resource: @resource }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
administrador-0.0.32.pre app/views/administrador/resources_controller/base/edit.html.haml
administrador-0.0.31.pre app/views/administrador/resources_controller/base/edit.html.haml
administrador-0.0.30.pre app/views/administrador/resources_controller/base/edit.html.haml
administrador-0.0.29.pre app/views/administrador/resources_controller/base/edit.html.haml