We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acced61 + ea120a4 commit cb4b782Copy full SHA for cb4b782
1 file changed
app/views/proposals/_comments.html.haml
@@ -10,7 +10,7 @@
10
.text
11
=markdown(comment.body)
12
13
-= form_for comments.new do |f|
+= form_for comments.new, html: {data: {turbo: true}} do |f|
14
= f.hidden_field :proposal_id
15
.form-group
16
- if internal?(f.object)
0 commit comments