@@ -4,7 +4,7 | |||
|
4 | 4 | |
|
5 | 5 | <%= link_to l(:label_statistics), {:action => 'stats', :id => @project}, :class => 'icon icon-stats' %> |
|
6 | 6 | |
|
7 | <% form_tag({:action => controller.action_name, :id => @project, :path => @path, :rev => ''}, {:method => :get, :id => 'revision_selector'}) do -%> | |
|
7 | <% form_tag({:action => controller.action_name, :id => @project, :path => to_path_param(@path), :rev => ''}, {:method => :get, :id => 'revision_selector'}) do -%> | |
|
8 | 8 | <!-- Branches Dropdown --> |
|
9 | 9 | <% if !@repository.branches.nil? && @repository.branches.length > 0 -%> |
|
10 | 10 | | <%= l(:label_branch) %>: |
General Comments 0
You need to be logged in to leave comments.
Login now