]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/versions/_overview.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:45:26 +0000 (02:45 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:45:26 +0000 (02:45 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7395 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/versions/_overview.html.erb

index 550cf3e78bf899c6c790caea9e5e4e5124a737fc..4fc61042212689ae3e45b36175fe1243246bf870 100644 (file)
@@ -6,11 +6,11 @@
 
 <p><%=h version.description %></p>
 <ul>
-       <% version.custom_values.each do |custom_value| %>
-               <% if !custom_value.value.blank? %>
-                  <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li>
-               <% end %>
-       <% end %>
+  <% version.custom_values.each do |custom_value| %>
+    <% if !custom_value.value.blank? %>
+       <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li>
+    <% end %>
+  <% end %>
 </ul>
 
 <% if version.fixed_issues.count > 0 %>