entry.rhtml
9 lines
| 343 B
| text/html+ruby
|
RhtmlLexer
|
r518 | <h2><%= render :partial => 'navigation', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2> | ||
|
r2214 | <p><%= render :partial => 'link_to_functions' %></p> | ||
|
r1505 | <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %> | ||
|
r518 | |||
<% content_for :header_tags do %> | ||||
<%= stylesheet_link_tag "scm" %> | ||||
<% end %> | ||||