From 93a33c62862d723722106fd7c624bb3e830085f6 2008-03-18 18:50:52 From: John Goerzen Date: 2008-03-18 18:50:52 Subject: [PATCH] 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 1742d13..5034e0a 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 %>
>