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:
Jean-Philippe Lang 2012-01-17 18:40:52 +00:00
parent 24c8a76b9e
commit 0c6830f8e0
1 changed files with 1 additions and 1 deletions

View File

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