##// 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 9 <p>
10 10 <%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %>
11 11 <% if @repository && ! @repository.class.scm_available %>
12 <br />
13 <em><%= content_tag 'span', l(:text_scm_command_not_available), :class => 'error' %></em>
12 <br />
13 <em><%= content_tag 'span', l(:text_scm_command_not_available), :class => 'error' %></em>
14 14 <% end %>
15 15 </p>
16 16 <% button_disabled = true %>
General Comments 0
You need to be logged in to leave comments. Login now