Sha256: 2bf00af0c200dcbf4621a03c4f5e55f243ebf347ca58a9855150c3db81c1562e
Contents?: true
Size: 198 Bytes
Versions: 49
Compression:
Stored size: 198 Bytes
Contents
= simple_form_for comment, remote: true do |f| = f.input :ticket_id, as: :hidden = f.input :body, placeholder: "add a comment", label: false = f.submit "Add Comment", class: 'btn btn-primary'
Version data entries
49 entries across 49 versions & 1 rubygems