Sha256: 5865bb03125f2d2ad14f4c3004fab7c8d39a9e71ccf232d6b0466e1a72e20632
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
= simple_form_for [dorsale, Dorsale::Comment.new] do |f| = f.hidden_field :commentable_id, value: commentable.id.to_s = f.hidden_field :commentable_type, value: commentable.class.to_s = f.input :text, label: false .center input.btn.btn-success type="submit" value="Envoyer"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dorsale-1.2.6 | app/views/dorsale/comments/_form.html.slim |
dorsale-1.2.5 | app/views/dorsale/comments/_form.html.slim |
dorsale-1.2.4 | app/views/dorsale/comments/_form.html.slim |