]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/repositories/diff.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 08:05:20 +0000 (08:05 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 08:05:20 +0000 (08:05 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7306 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/diff.html.erb

index cb868665a69e06bc352b22b9fa66da9d8b7566ba..268aba2f44be99c4d62965a3479e5108788360ac 100644 (file)
@@ -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') -%>