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