mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 13:00:25 +01:00
replace tabs to spaces at app/views/versions/_overview.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7395 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user