replace tabs to spaces at app/views/projects/settings/_repository.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7349 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e1a15815a9
commit
ba86d0fdfe
|
@ -9,8 +9,8 @@
|
|||
<p>
|
||||
<%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %>
|
||||
<% if @repository && ! @repository.class.scm_available %>
|
||||
<br />
|
||||
<em><%= content_tag 'span', l(:text_scm_command_not_available), :class => 'error' %></em>
|
||||
<br />
|
||||
<em><%= content_tag 'span', l(:text_scm_command_not_available), :class => 'error' %></em>
|
||||
<% end %>
|
||||
</p>
|
||||
<% button_disabled = true %>
|
||||
|
|
Loading…
Reference in New Issue