]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/issues/_edit.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:28:33 +0000 (09:28 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:28:33 +0000 (09:28 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7245 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_edit.html.erb

index b4604779e497387adb321fb3340bec33a1450275..010011fe8e222ed0e67d21196e70687d652d1be0 100644 (file)
@@ -26,7 +26,7 @@
         </div>
         <p><%= time_entry.text_field :comments, :size => 60 %></p>
         <% @time_entry.custom_field_values.each do |value| %>
-               <p><%= custom_field_tag_with_label :time_entry, value %></p>
+          <p><%= custom_field_tag_with_label :time_entry, value %></p>
         <% end %>
         <% end %>
     </fieldset>