replace tabs to spaces at app/views/repositories/_navigation.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11636 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-03-15 14:58:22 +00:00
parent 1ada210da1
commit 7040a1212f
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@
<% if @repository.supports_all_revisions? %>
| <%= l(:label_revision) %>:
<%= text_field_tag 'rev', @rev, :size => 8 %>
<% end %>
<% end %>
<% end -%>