From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 08:05:20 +0000 (+0000) Subject: replace tabs to spaces at app/views/repositories/diff.html.erb X-Git-Tag: 1.3.0~662 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=307dd7d73a1665978c38d0232ca0ba09b7e3343e;p=redmine.git replace tabs to spaces at app/views/repositories/diff.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7306 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/repositories/diff.html.erb b/app/views/repositories/diff.html.erb index cb868665a..268aba2f4 100644 --- a/app/views/repositories/diff.html.erb +++ b/app/views/repositories/diff.html.erb @@ -13,7 +13,7 @@ <% end -%> <% other_formats_links do |f| %> - <%= f.link_to 'Diff', :url => params, :caption => 'Unified diff' %> + <%= f.link_to 'Diff', :url => params, :caption => 'Unified diff' %> <% end %> <% html_title(h(with_leading_slash(@path)), 'Diff') -%>