24 lines
833 B
Plaintext
24 lines
833 B
Plaintext
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
|
|
|
|
<div class="project_r_h">
|
|
<div class="fl"><h2 class="project_h2_repository"><%= render :partial => 'breadcrumbs', :locals => {:path => @path, :kind => 'dir', :revision => @rev} %></h2></div>
|
|
</div>
|
|
|
|
<div class="repository_con " style="line-height:1.9;">
|
|
<%= render :partial => 'navigation' %>
|
|
<div class="cl"></div>
|
|
</div>
|
|
|
|
<%= render :partial => 'link_to_functions' %>
|
|
|
|
<%= render_properties(@properties) %>
|
|
|
|
<div class="mt10">
|
|
<%= render(:partial => 'revisions', :locals => {:project => @project, :path => @path, :revisions => @commits, :entry => @entry }) unless @commits.empty? %>
|
|
</div>
|
|
<% content_for :header_tags do %>
|
|
<%= stylesheet_link_tag "scm" %>
|
|
<% end %>
|
|
|
|
<% html_title(l(:label_change_plural)) -%>
|