Project

General

Profile

Feature #4567 » repository.diff

Joachim Fritschi, 2010-01-18 08:57

View differences:

app/views/repositories/_breadcrumbs.rhtml (working copy)
1
<%= link_to 'root', :action => 'show', :id => @project, :path => '', :rev => @rev %>
1
<%= link_to h(@repository.url), :action => 'show', :id => @project, :path => '', :rev => @rev %>
2 2
<% 
3 3
dirs = path.split('/')
4 4
if 'file' == kind
(2-2/2)