Moved the "Main repository" checkbox before the identifier (#779).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8668 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
24c8a76b9e
commit
0c6830f8e0
|
@ -9,8 +9,8 @@
|
|||
<% end %>
|
||||
</p>
|
||||
|
||||
<p><%= f.text_field :identifier %></p>
|
||||
<p><%= f.check_box :is_default, :label => :field_repository_is_default %></p>
|
||||
<p><%= f.text_field :identifier %></p>
|
||||
|
||||
<% button_disabled = true %>
|
||||
<% if @repository %>
|
||||
|
|
Loading…
Reference in New Issue