]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_comments.html.erb
Create an IssueCommentsController for managing IssueComments
[rails.git] / app / views / issues / _comments.html.erb
index a12e4623778af1f88a244eee679c476483f4d056..36a5ec43d821e01cf9c99f45d717fee9dc4c248b 100644 (file)
@@ -20,7 +20,7 @@
 </div>
 <br/>
 <div class="comment">
-  <%= form_for :issue_comment, :url => { :action => 'comment', :id => @issue.id } 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 t('issues.show.comments.reassign_param') %> <%= check_box_tag :reassign, true %>
   <br/>