Fixed a broken link in the SCM browser
git-svn-id: http://redmine.rubyforge.org/svn/trunk@940 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
81ada666bb
commit
f5d68cf688
|
@ -13,7 +13,7 @@ dirs.each do |dir|
|
||||||
/ <%= link_to h(dir), :action => 'browse', :id => @project, :path => link_path, :rev => @rev %>
|
/ <%= link_to h(dir), :action => 'browse', :id => @project, :path => link_path, :rev => @rev %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if filename %>
|
<% 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 %>
|
<% end %>
|
||||||
|
|
||||||
<%= "@ #{revision}" if revision %>
|
<%= "@ #{revision}" if revision %>
|
||||||
|
|
Loading…
Reference in New Issue