##// END OF EJS Templates
replace tabs to spaces and code cleanup at app/views/repositories/_form.html.erb...
Toshi MARUYAMA -
r11403:3749e4eb989d
parent child
Show More
@@ -9,10 +9,14
9 </p>
9 </p>
10
10
11 <p><%= f.check_box :is_default, :label => :field_repository_is_default %></p>
11 <p><%= f.check_box :is_default, :label => :field_repository_is_default %></p>
12 <p><%= f.text_field :identifier, :disabled => @repository.identifier_frozen? %>
12 <p>
13 <%= f.text_field :identifier, :disabled => @repository.identifier_frozen? %>
13 <% unless @repository.identifier_frozen? %>
14 <% unless @repository.identifier_frozen? %>
14 <em class="info"><%= l(:text_length_between, :min => 1, :max => Repository::IDENTIFIER_MAX_LENGTH) %> <%= l(:text_repository_identifier_info).html_safe %></em>
15 <em class="info">
15 <% end %></p>
16 <%= l(:text_length_between, :min => 1, :max => Repository::IDENTIFIER_MAX_LENGTH) %> <%= l(:text_repository_identifier_info).html_safe %>
17 </em>
18 <% end %>
19 </p>
16
20
17 <% button_disabled = true %>
21 <% button_disabled = true %>
18 <% if @repository %>
22 <% if @repository %>
General Comments 0
You need to be logged in to leave comments. Login now