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