##// END OF EJS Templates
Added line under tracker name to make clear what is going on here...
John Goerzen -
r1258:93a33c62862d
parent child
Show More
@@ -3,6 +3,7
3 <%= observe_field :issue_tracker_id, :url => { :action => :new },
3 <%= observe_field :issue_tracker_id, :url => { :action => :new },
4 :update => :content,
4 :update => :content,
5 :with => "Form.serialize('issue-form')" %>
5 :with => "Form.serialize('issue-form')" %>
6 <hr />
6 <% end %>
7 <% end %>
7
8
8 <div id="issue_descr_fields" <%= 'style="display:none"' unless @issue.new_record? || @issue.errors.any? %>>
9 <div id="issue_descr_fields" <%= 'style="display:none"' unless @issue.new_record? || @issue.errors.any? %>>
General Comments 0
You need to be logged in to leave comments. Login now