X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c82fdf8e0fd4e5a8f2d831592d5e1fe13e1fe558..040c0184a4455f713277fd2d97dd964b067f832a:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index 5cb99f2f1..08adfde53 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -15,7 +15,7 @@
- <%= form_for @new_comment, url: issue_comments_path(@issue) do |f| %> + <%= form_for @new_comment, :url => issue_comments_path(@issue) do |f| %> <%= richtext_area :issue_comment, :body, :cols => 10, :rows => 8, :required => true %> <%= label_tag :reassign, t('.reassign_param') %> <%= check_box_tag :reassign, true %>