Sha256: 838aeb62cd67ba0ab0911afcdc9f21a6b63e23fc1a1d7f02ee3a970da4328f08
Contents?: true
Size: 390 Bytes
Versions: 49
Compression:
Stored size: 390 Bytes
Contents
= simple_form_for ticket, remote: true do |f| = hidden_field_tag :type, ticket.type.underscore = f.input :parent_id, as: :hidden = f.input :title, placeholder: "Title", label: false = f.input :description, placeholder: "Description", label: false = f.submit class: "btn btn-primary pull-right" - unless ticket.new_record? = link_to "Cancel", "#", class: "cancel-edit-form"
Version data entries
49 entries across 49 versions & 1 rubygems