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
This commit is contained in:
parent
71d31b772d
commit
307dd7d73a
|
@ -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') -%>
|
||||
|
|
Loading…
Reference in New Issue