|
|
|
@ -16,9 +16,9 @@
|
|
|
|
|
<%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type, :diff_style => @repository.class.scm_name} %>
|
|
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
|
|
<% other_formats_links do |f| %>
|
|
|
|
|
<%= f.link_to 'Diff', :url => params, :caption => 'Unified diff' %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%# other_formats_links do |f| %>
|
|
|
|
|
<%#= f.link_to 'Diff', :url => params, :caption => 'Unified diff' %>
|
|
|
|
|
<%# end %>
|
|
|
|
|
|
|
|
|
|
<% html_title(with_leading_slash(@path), 'Diff') -%>
|
|
|
|
|
|
|
|
|
|