]> source.dussan.org Git - redmine.git/commitdiff
Moved the "Main repository" checkbox before the identifier (#779).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 17 Jan 2012 18:40:52 +0000 (18:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 17 Jan 2012 18:40:52 +0000 (18:40 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8668 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/_form.html.erb

index b233a13df377c423bcd228fad05b9d9c96db438d..008bc7007f19f55fd777336ce34919bcd8e99353 100644 (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 %>