To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 33 / 33518d1c584baba3aa48b3bfa72c87ee64c3e83d.svn-base @ 1298:4f746d8966dd

History | View | Annotate | Download (704 Bytes)

1
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
2

    
3
<div class="contextual">
4
  <%= render :partial => 'navigation' %>
5
</div>
6

    
7
<h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2>
8

    
9
<%= render :partial => 'link_to_functions' %>
10

    
11
<%= render_properties(@properties) %>
12

    
13
<%= render(:partial => 'revisions',
14
           :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
15

    
16
<% content_for :header_tags do %>
17
<%=   stylesheet_link_tag "scm" %>
18
<% end %>
19

    
20
<% html_title(l(:label_change_plural)) -%>