Browse Source

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
tags/0.7.0-RC1
John Goerzen 16 years ago
parent
commit
93a33c6286
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/views/issues/_form.rhtml

+ 1
- 0
app/views/issues/_form.rhtml View 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? %>>

Loading…
Cancel
Save