Added line under tracker name to make clear what is going on here
Partially implements the patch given in r730 git-svn-id: http://redmine.rubyforge.org/svn/trunk@1273 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3e102f281d
commit
93a33c6286
|
@ -3,6 +3,7 @@
|
||||||
<%= observe_field :issue_tracker_id, :url => { :action => :new },
|
<%= observe_field :issue_tracker_id, :url => { :action => :new },
|
||||||
:update => :content,
|
:update => :content,
|
||||||
:with => "Form.serialize('issue-form')" %>
|
:with => "Form.serialize('issue-form')" %>
|
||||||
|
<hr />
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div id="issue_descr_fields" <%= 'style="display:none"' unless @issue.new_record? || @issue.errors.any? %>>
|
<div id="issue_descr_fields" <%= 'style="display:none"' unless @issue.new_record? || @issue.errors.any? %>>
|
||||||
|
|
Loading…
Reference in New Issue