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