diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-01 21:33:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-01 21:33:15 +0000 |
commit | f5d68cf688dabb41fc81b9658969dd994bffbc8d (patch) | |
tree | b776ec2e04d7d592b4125e76b20458706c41f40e /app | |
parent | 81ada666bb54eeb26c207284e6369f371bb9147a (diff) | |
download | redmine-f5d68cf688dabb41fc81b9658969dd994bffbc8d.tar.gz redmine-f5d68cf688dabb41fc81b9658969dd994bffbc8d.zip |
Fixed a broken link in the SCM browser
git-svn-id: http://redmine.rubyforge.org/svn/trunk@940 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/repositories/_navigation.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_navigation.rhtml b/app/views/repositories/_navigation.rhtml index 823b4f44f..9f40e0abd 100644 --- a/app/views/repositories/_navigation.rhtml +++ b/app/views/repositories/_navigation.rhtml @@ -13,7 +13,7 @@ dirs.each do |dir| / <%= link_to h(dir), :action => 'browse', :id => @project, :path => link_path, :rev => @rev %> <% end %> <% if filename %> - / <%= link_to h(filename), :action => 'revisions', :id => @project, :path => "#{link_path}/#{filename}", :rev => @rev %> + / <%= link_to h(filename), :action => 'changes', :id => @project, :path => "#{link_path}/#{filename}", :rev => @rev %> <% end %> <%= "@ #{revision}" if revision %> |