@@ -6,7 +6,7 | |||
|
6 | 6 | |
|
7 | 7 | <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2> |
|
8 | 8 | |
|
9 |
|
|
|
9 | <%= render :partial => 'link_to_functions' %> | |
|
10 | 10 | |
|
11 | 11 | <% colors = Hash.new {|k,v| k[v] = (k.size % 12) } %> |
|
12 | 12 |
@@ -4,11 +4,9 | |||
|
4 | 4 | <%= render :partial => 'navigation' %> |
|
5 | 5 | </div> |
|
6 | 6 | |
|
7 | <h2> | |
|
8 | <%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %> | |
|
9 | </h2> | |
|
7 | <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2> | |
|
10 | 8 | |
|
11 |
|
|
|
9 | <%= render :partial => 'link_to_functions' %> | |
|
12 | 10 | |
|
13 | 11 | <%= render_properties(@properties) %> |
|
14 | 12 |
@@ -6,7 +6,7 | |||
|
6 | 6 | |
|
7 | 7 | <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2> |
|
8 | 8 | |
|
9 |
|
|
|
9 | <%= render :partial => 'link_to_functions' %> | |
|
10 | 10 | |
|
11 | 11 | <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %> |
|
12 | 12 |
General Comments 0
You need to be logged in to leave comments.
Login now