##// END OF EJS Templates
replace tabs to spaces at app/views/projects/settings/_repository.html.erb...
Toshi MARUYAMA -
r7229:ba86d0fdfe7e
parent child
Show More
@@ -9,8 +9,8
9 <p>
9 <p>
10 <%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %>
10 <%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %>
11 <% if @repository && ! @repository.class.scm_available %>
11 <% if @repository && ! @repository.class.scm_available %>
12 <br />
12 <br />
13 <em><%= content_tag 'span', l(:text_scm_command_not_available), :class => 'error' %></em>
13 <em><%= content_tag 'span', l(:text_scm_command_not_available), :class => 'error' %></em>
14 <% end %>
14 <% end %>
15 </p>
15 </p>
16 <% button_disabled = true %>
16 <% button_disabled = true %>
General Comments 0
You need to be logged in to leave comments. Login now