Sha256: 31e3f9158ef1fd9a962a45c991551d5e137781814ed81bc9b9b1f7e5c9da7fb2
Contents?: true
Size: 519 Bytes
Versions: 34
Compression:
Stored size: 519 Bytes
Contents
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> <div class="contextual"> <%= render :partial => 'navigation' %> </div> <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2> <%= render :partial => 'link_to_functions' %> <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %> <% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %>
Version data entries
34 entries across 34 versions & 1 rubygems