Sha256: 43f5ed8fcbb3e3e85c37fa702a1556124dad60a16f5de9ce5b340213f155d9a3
Contents?: true
Size: 359 Bytes
Versions: 10
Compression:
Stored size: 359 Bytes
Contents
= form_for @item_version, builder: Tenon::FormBuilder, html: { class: 'modal modal--thin' } do |f| .modal__content = f.text_field :title = f.hidden_field :item_type = f.hidden_field :item_id .modal__footer %button.modal__action{ type: 'submit' } Save Draft %button.modal__action{ type: 'button', data: { modal_close: true } } Cancel
Version data entries
10 entries across 10 versions & 1 rubygems