From 93a33c62862d723722106fd7c624bb3e830085f6 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Tue, 18 Mar 2008 18:50:52 +0000 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 --- app/views/issues/_form.rhtml | 1 + 1 file changed, 1 insertion(+) 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 %>
> -- 2.39.5