@@ -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