##// END OF EJS Templates
replace tabs to spaces at app/views/trackers/_form.html.erb...
Toshi MARUYAMA -
r7276:78f9eef8be7e
parent child
Show More
@@ -8,13 +8,13
8 8
9 9 <% if IssueCustomField.all.any? %>
10 10 <p>
11 <label><%= l(:label_custom_field_plural) %></label>
12 <% IssueCustomField.all.each do |field| %>
13 <label class="block">
14 <%= check_box_tag 'tracker[custom_field_ids][]',field.id, @tracker.custom_fields.include?(field) %>
15 <%=h field.name %>
16 </label>
17 <% end %>
11 <label><%= l(:label_custom_field_plural) %></label>
12 <% IssueCustomField.all.each do |field| %>
13 <label class="block">
14 <%= check_box_tag 'tracker[custom_field_ids][]',field.id, @tracker.custom_fields.include?(field) %>
15 <%=h field.name %>
16 </label>
17 <% end %>
18 18 </p>
19 19 <%= hidden_field_tag 'tracker[custom_field_ids][]', '' %>
20 20 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now