Sha256: 6dfc14becb5aa4bba7c81edce209225e61d43f7296db5b120600e6515075e63d

Contents?: true

Size: 705 Bytes

Versions: 23

Compression:

Stored size: 705 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 }, 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

23 entries across 23 versions & 1 rubygems

Version Path
tramway-admin-1.8.1.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.8.1.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.8.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.8 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.8.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.8.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.8 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.7.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.7 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.6 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.5 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.4 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.3 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.7 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.6.3 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.6.2 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.6.1 app/views/tramway/admin/records/_form.html.haml
tramway-admin-1.6 app/views/tramway/admin/records/_form.html.haml