18 lines
540 B
Plaintext
18 lines
540 B
Plaintext
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
|
||
<div style="padding-left: 8px; padding-top: 10px;">
|
||
<div class="contextual">
|
||
<%= render :partial => 'navigation' %>
|
||
</div>
|
||
|
||
<h3><%= l(:label_revision_path) %> :<%= @path %></h3>
|
||
|
||
<%= render :partial => 'link_to_functions' %>
|
||
|
||
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
|
||
|
||
<% content_for :header_tags do %>
|
||
<%= stylesheet_link_tag "scm" %>
|
||
<% end %>
|
||
</div>
|
||
|