##// END OF EJS Templates
replace tabs to spaces at app/views/issues/_edit.html.erb...
Toshi MARUYAMA -
r7125:26d7a17279d2
parent child
Show More
@@ -26,7 +26,7
26 </div>
26 </div>
27 <p><%= time_entry.text_field :comments, :size => 60 %></p>
27 <p><%= time_entry.text_field :comments, :size => 60 %></p>
28 <% @time_entry.custom_field_values.each do |value| %>
28 <% @time_entry.custom_field_values.each do |value| %>
29 <p><%= custom_field_tag_with_label :time_entry, value %></p>
29 <p><%= custom_field_tag_with_label :time_entry, value %></p>
30 <% end %>
30 <% end %>
31 <% end %>
31 <% end %>
32 </fieldset>
32 </fieldset>
General Comments 0
You need to be logged in to leave comments. Login now