]> source.dussan.org Git - redmine.git/commitdiff
Added line under tracker name to make clear what is going on here
authorJohn Goerzen <jgoerzen@complete.org>
Tue, 18 Mar 2008 18:50:52 +0000 (18:50 +0000)
committerJohn Goerzen <jgoerzen@complete.org>
Tue, 18 Mar 2008 18:50:52 +0000 (18:50 +0000)
Partially implements the patch given in r730

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1273 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_form.rhtml

index 1742d1391586ab17dd124273f4f30105720135d9..5034e0a29401da2bf0cb22c34b74ea2b65bd6138 100644 (file)
@@ -3,6 +3,7 @@
 <%= observe_field :issue_tracker_id, :url => { :action => :new },
                                      :update => :content,
                                      :with => "Form.serialize('issue-form')" %>
+<hr />
 <% end %>
 
 <div id="issue_descr_fields" <%= 'style="display:none"' unless @issue.new_record? || @issue.errors.any? %>>