- <%= form_for :issue_comment, :url => { :action => 'comment', :id => @issue.id, :user_id => @user.id } 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/>
- <br/>
- <%= submit_tag 'Submit' %>
- <% end %>
-</div>
\ No newline at end of file
+ <%= form_for :issue_comment, :url => { :action => 'comment', :id => @issue.id } 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/>
+ <br/>
+ <%= submit_tag 'Submit' %>
+ <% end %>
+</div>