2007-05-08 15:49:20 +00:00
|
|
|
<h2><%= render :partial => 'navigation', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2>
|
|
|
|
|
2008-12-22 20:33:01 +00:00
|
|
|
<p><%= render :partial => 'link_to_functions' %></p>
|
|
|
|
|
2008-06-09 17:02:55 +00:00
|
|
|
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
|
2007-05-08 15:49:20 +00:00
|
|
|
|
|
|
|
<% content_for :header_tags do %>
|
|
|
|
<%= stylesheet_link_tag "scm" %>
|
|
|
|
<% end %>
|