Sha256: 916c7b4ffb3dedafe2dcc8cb0ff32858784deb0e744795c23ff0461c018a9b5f

Contents?: true

Size: 721 Bytes

Versions: 64

Compression:

Stored size: 721 Bytes

Contents

- current_title = page_title(action, model_class)
- title current_title
.page-header
  %h1= current_title
%hr
.row
  .col-lg-12
    = render 'tramway/core/shared/messages', object: @record_form
.row
  .col-lg-12
    = simple_form_for @record_form, url: { controller: :records, action: action, model: @record_form.model.class }, method: method, input_html: { class: 'form-horizontal' } do |f|
      - @record_form.properties.each do |property, type|
        = render 'tramway/admin/shared/input', property: property, object: :record, type: type, form: f
      = f.button :submit, t('helpers.links.save'), class: 'btn-success'
      = link_to t('helpers.links.back'), current_model_records_path, class: 'btn btn-secondary'

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
tramway-admin-1.20.3 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.20.2.4 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.20.2.3 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.20.2.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.20.2.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.20.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.20.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.20 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.19.0.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.19.0.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.19 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.18.4.4 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.18.4.3 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.18.4.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.18.4.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.18.4 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.18.3 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.18.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.18.1.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.18.1 app/views/tramway/admin/records/_form.html.haml