Revision 1082:997f6d7738f7 app/views

View differences:

app/views/repositories/entry.html.erb
8 8

  
9 9
<p><%= render :partial => 'link_to_functions' %></p>
10 10

  
11
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
11
<% if @display_raw %>
12
   <em><%= l(:text_binary_data) %></em>
13
<% else %>
14
  <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
15
<% end %>
12 16

  
13 17
<% content_for :header_tags do %>
14 18
<%= stylesheet_link_tag "scm" %>

Also available in: Unified diff