]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_comments.html.erb
Whitespace fixes.
[rails.git] / app / views / issues / _comments.html.erb
index ee40c9d5a98e25421fd61960e234f06050413ac1..af9409662e19af58e749b82686232b72152a5e40 100644 (file)
@@ -22,7 +22,7 @@
 <div class="comment">
   <%= 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 %> 
+  <%= label_tag t('issues.show.comments.reassign_param') %> <%= check_box_tag :reassign, true %>
   <br/>
   <br/>
   <%= submit_tag 'Submit' %>