summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/entry.rhtml
blob: 1e198806db9bf5b0a8a1568a56f6c549cf7b93e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%= 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>

<p><%= render :partial => 'link_to_functions' %></p>

<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>

<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
<% end %>