From: John Goerzen Date: Tue, 18 Mar 2008 18:50:52 +0000 (+0000) Subject: Added line under tracker name to make clear what is going on here X-Git-Tag: 0.7.0-RC1~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=93a33c62862d723722106fd7c624bb3e830085f6;p=redmine.git 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 --- diff --git a/app/views/issues/_form.rhtml b/app/views/issues/_form.rhtml index 1742d1391..5034e0a29 100644 --- a/app/views/issues/_form.rhtml +++ b/app/views/issues/_form.rhtml @@ -3,6 +3,7 @@ <%= observe_field :issue_tracker_id, :url => { :action => :new }, :update => :content, :with => "Form.serialize('issue-form')" %> +
<% end %>
>