diff --git a/app/views/repositories/show.rhtml b/app/views/repositories/show.rhtml index d51724252..0513bd216 100644 --- a/app/views/repositories/show.rhtml +++ b/app/views/repositories/show.rhtml @@ -31,7 +31,10 @@ | <%= link_to l(:label_view_revisions), :action => 'changes', - :path => to_path_param(@path), :id => @project %> + :path => to_path_param(@path), + :id => @project, + :rev => @rev + %> <% end %>