##// END OF EJS Templates
replace tabs to spaces at app/views/versions/_overview.html.erb...
Toshi MARUYAMA -
r7275:8257e6b62b98
parent child
Show More
@@ -6,11 +6,11
6
6
7 <p><%=h version.description %></p>
7 <p><%=h version.description %></p>
8 <ul>
8 <ul>
9 <% version.custom_values.each do |custom_value| %>
9 <% version.custom_values.each do |custom_value| %>
10 <% if !custom_value.value.blank? %>
10 <% if !custom_value.value.blank? %>
11 <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li>
11 <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li>
12 <% end %>
12 <% end %>
13 <% end %>
13 <% end %>
14 </ul>
14 </ul>
15
15
16 <% if version.fixed_issues.count > 0 %>
16 <% if version.fixed_issues.count > 0 %>
General Comments 0
You need to be logged in to leave comments. Login now