@@ -6,7 +6,7 | |||||
6 |
|
6 | |||
7 | <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2> |
|
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 | <% colors = Hash.new {|k,v| k[v] = (k.size % 12) } %> |
|
11 | <% colors = Hash.new {|k,v| k[v] = (k.size % 12) } %> | |
12 |
|
12 |
@@ -4,11 +4,9 | |||||
4 | <%= render :partial => 'navigation' %> |
|
4 | <%= render :partial => 'navigation' %> | |
5 | </div> |
|
5 | </div> | |
6 |
|
6 | |||
7 | <h2> |
|
7 | <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2> | |
8 | <%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %> |
|
|||
9 | </h2> |
|
|||
10 |
|
8 | |||
11 |
|
|
9 | <%= render :partial => 'link_to_functions' %> | |
12 |
|
10 | |||
13 | <%= render_properties(@properties) %> |
|
11 | <%= render_properties(@properties) %> | |
14 |
|
12 |
@@ -6,7 +6,7 | |||||
6 |
|
6 | |||
7 | <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2> |
|
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 | <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %> |
|
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