##// END OF EJS Templates
Fixed a broken link in the SCM browser...
Jean-Philippe Lang -
r927:f5d68cf688da
parent child
Show More
@@ -13,7 +13,7 dirs.each do |dir|
13 / <%= link_to h(dir), :action => 'browse', :id => @project, :path => link_path, :rev => @rev %>
13 / <%= link_to h(dir), :action => 'browse', :id => @project, :path => link_path, :rev => @rev %>
14 <% end %>
14 <% end %>
15 <% if filename %>
15 <% if filename %>
16 / <%= link_to h(filename), :action => 'revisions', :id => @project, :path => "#{link_path}/#{filename}", :rev => @rev %>
16 / <%= link_to h(filename), :action => 'changes', :id => @project, :path => "#{link_path}/#{filename}", :rev => @rev %>
17 <% end %>
17 <% end %>
18
18
19 <%= "@ #{revision}" if revision %>
19 <%= "@ #{revision}" if revision %>
General Comments 0
You need to be logged in to leave comments. Login now