Sha256: 5e617d5053f3bbf62f562e8618f47c5a6dfddd93fce2ef505f807d1c99b5a134
Contents?: true
Size: 717 Bytes
Versions: 135
Compression:
Stored size: 717 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: @singleton_form .row .col-lg-12 = simple_form_for @singleton_form.model, url: { controller: :singletons, action: action, model: @singleton_form.model.class }, input_html: { class: 'form-horizontal' } do |f| - @singleton_form.properties.each do |property, type| = render 'tramway/admin/shared/input', property: property, object: :singleton, type: type, form: f = f.button :submit, t('helpers.links.save'), class: 'btn-success' = link_to t('helpers.links.back'), singleton_path, class: 'btn btn-secondary'
Version data entries
135 entries across 135 versions & 1 rubygems