From f5d68cf688dabb41fc81b9658969dd994bffbc8d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 1 Dec 2007 21:33:15 +0000 Subject: [PATCH] Fixed a broken link in the SCM browser git-svn-id: http://redmine.rubyforge.org/svn/trunk@940 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/repositories/_navigation.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>