##// END OF EJS Templates
Moved the "Main repository" checkbox before the identifier (#779)....
Jean-Philippe Lang -
r8548:0c6830f8e0c8
parent child
Show More
@@ -9,8 +9,8
9 <% end %>
9 <% end %>
10 </p>
10 </p>
11
11
12 <p><%= f.text_field :identifier %></p>
13 <p><%= f.check_box :is_default, :label => :field_repository_is_default %></p>
12 <p><%= f.check_box :is_default, :label => :field_repository_is_default %></p>
13 <p><%= f.text_field :identifier %></p>
14
14
15 <% button_disabled = true %>
15 <% button_disabled = true %>
16 <% if @repository %>
16 <% if @repository %>
General Comments 0
You need to be logged in to leave comments. Login now