Mercurial > hg > soundsoftware-site
view app/views/repositories/entry.rhtml @ 117:af80e5618e9b redmine-1.1
* Update to Redmine 1.1-stable branch (Redmine SVN rev 4707)
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 12:53:21 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
<%= 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 %>