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

View File

@ -9,8 +9,8 @@
<% end %> <% end %>
</p> </p>
<p><%= f.text_field :identifier %></p>
<p><%= f.check_box :is_default, :label => :field_repository_is_default %></p> <p><%= f.check_box :is_default, :label => :field_repository_is_default %></p>
<p><%= f.text_field :identifier %></p>
<% button_disabled = true %> <% button_disabled = true %>
<% if @repository %> <% if @repository %>