##// END OF EJS Templates
scm: add rev param to "View revisions" (#7984)....
Toshi MARUYAMA -
r5102:7ec605fe04f4
parent child
Show More
@@ -31,7 +31,10
31 |
31 |
32 <%= link_to l(:label_view_revisions),
32 <%= link_to l(:label_view_revisions),
33 :action => 'changes',
33 :action => 'changes',
34 :path => to_path_param(@path), :id => @project %>
34 :path => to_path_param(@path),
35 :id => @project,
36 :rev => @rev
37 %>
35 <% end %>
38 <% end %>
36 </p>
39 </p>
37
40
General Comments 0
You need to be logged in to leave comments. Login now