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:
Toshi MARUYAMA 2011-09-17 23:00:42 +00:00
parent e1a15815a9
commit ba86d0fdfe
1 changed files with 2 additions and 2 deletions

View File

@ -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 %>