ソースを参照

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年前
コミット
93a33c6286
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      app/views/issues/_form.rhtml

+ 1
- 0
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? %>>

読み込み中…
キャンセル
保存