##// END OF EJS Templates
Use the full path to the partials...
Eric Davis -
r3975:bde8ab84f274
parent child
Show More
@@ -40,6 +40,6
40 </div>
40 </div>
41
41
42 <div style="clear:both;"> </div>
42 <div style="clear:both;"> </div>
43 <%= render :partial => 'form_custom_fields' %>
43 <%= render :partial => 'issues/form_custom_fields' %>
44
44
45 <% end %>
45 <% end %>
@@ -20,7 +20,7
20 </div>
20 </div>
21
21
22 <div id="attributes" class="attributes">
22 <div id="attributes" class="attributes">
23 <%= render :partial => 'attributes' %>
23 <%= render :partial => 'issues/attributes' %>
24 </div>
24 </div>
25
25
26 <% if @issue.new_record? %>
26 <% if @issue.new_record? %>
General Comments 0
You need to be logged in to leave comments. Login now