浏览代码

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? %>>

正在加载...
取消
保存