diff --git a/app/views/repositories/annotate.html.erb b/app/views/repositories/annotate.html.erb index 1cd7825..b09299b 100644 --- a/app/views/repositories/annotate.html.erb +++ b/app/views/repositories/annotate.html.erb @@ -6,7 +6,7 @@

<%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %>

-

<%= render :partial => 'link_to_functions' %>

+<%= render :partial => 'link_to_functions' %> <% colors = Hash.new {|k,v| k[v] = (k.size % 12) } %> diff --git a/app/views/repositories/changes.html.erb b/app/views/repositories/changes.html.erb index 741b7f2..cd5a955 100644 --- a/app/views/repositories/changes.html.erb +++ b/app/views/repositories/changes.html.erb @@ -4,11 +4,9 @@ <%= render :partial => 'navigation' %> -

- <%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %> -

+

<%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %>

-

<%= render :partial => 'link_to_functions' %>

+<%= render :partial => 'link_to_functions' %> <%= render_properties(@properties) %> diff --git a/app/views/repositories/entry.html.erb b/app/views/repositories/entry.html.erb index 1e19880..c9698f1 100644 --- a/app/views/repositories/entry.html.erb +++ b/app/views/repositories/entry.html.erb @@ -6,7 +6,7 @@

<%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %>

-

<%= render :partial => 'link_to_functions' %>

+<%= render :partial => 'link_to_functions' %> <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>