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.12.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.1.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.0.8 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.0.7 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.0.6 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.0.5 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.0.4 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.0.3 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.0.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12.0.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.12 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.11.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.11.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.11.0.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.11 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.10.0.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.10 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.9.0.3 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.9.0.2 app/views/tramway/admin/records/_form.html.haml