@@ -1,5 +1,9 | |||||
1 | <% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %> |
|
1 | <% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %> | |
2 | <% form_tag({:controller => 'repositories', :action => 'diff', :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(path)}, :method => :get) do %> |
|
2 | <% form_tag( | |
|
3 | {:controller => 'repositories', :action => 'diff', :id => @project, | |||
|
4 | :repository_id => @repository.identifier_param, :path => to_path_param(path)}, | |||
|
5 | :method => :get | |||
|
6 | ) do %> | |||
3 | <table class="list changesets"> |
|
7 | <table class="list changesets"> | |
4 | <thead><tr> |
|
8 | <thead><tr> | |
5 | <% if show_revision_graph %> |
|
9 | <% if show_revision_graph %> |
General Comments 0
You need to be logged in to leave comments.
Login now