Procházet zdrojové kódy

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 před 16 roky
rodič
revize
93a33c6286
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      app/views/issues/_form.rhtml

+ 1
- 0
app/views/issues/_form.rhtml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit