diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 08:05:20 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 08:05:20 +0000 |
commit | 307dd7d73a1665978c38d0232ca0ba09b7e3343e (patch) | |
tree | a1b2cb7dfc355b21a65c5c2ce745845a162e84f4 /app/views/repositories/diff.html.erb | |
parent | 71d31b772d41bb616697c126a7c1a002a9e584d5 (diff) | |
download | redmine-307dd7d73a1665978c38d0232ca0ba09b7e3343e.tar.gz redmine-307dd7d73a1665978c38d0232ca0ba09b7e3343e.zip |
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
Diffstat (limited to 'app/views/repositories/diff.html.erb')
-rw-r--r-- | app/views/repositories/diff.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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') -%> |