diff --git a/app/views/proposals/_comments.html.haml b/app/views/proposals/_comments.html.haml index 8cb9d5e21..2461b1919 100644 --- a/app/views/proposals/_comments.html.haml +++ b/app/views/proposals/_comments.html.haml @@ -10,7 +10,7 @@ .text =markdown(comment.body) -= form_for comments.new do |f| += form_for comments.new, html: {data: {turbo: true}} do |f| = f.hidden_field :proposal_id .form-group - if internal?(f.object)