summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Goerzen <jgoerzen@complete.org>2008-03-18 18:50:52 +0000
committerJohn Goerzen <jgoerzen@complete.org>2008-03-18 18:50:52 +0000
commit93a33c62862d723722106fd7c624bb3e830085f6 (patch)
treecfe87971ab750d2543967ff3cc26c52d6eb6454c
parent3e102f281da906745fe1c78a603ad747db497d68 (diff)
downloadredmine-93a33c62862d723722106fd7c624bb3e830085f6.tar.gz
redmine-93a33c62862d723722106fd7c624bb3e830085f6.zip
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
-rw-r--r--app/views/issues/_form.rhtml1
1 files changed, 1 insertions, 0 deletions
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')" %>
+<hr />
<% end %>
<div id="issue_descr_fields" <%= 'style="display:none"' unless @issue.new_record? || @issue.errors.any? %>>