diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/repositories/_navigation.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_navigation.html.erb b/app/views/repositories/_navigation.html.erb index 1776d2b7e..ba38fed1a 100644 --- a/app/views/repositories/_navigation.html.erb +++ b/app/views/repositories/_navigation.html.erb @@ -10,7 +10,7 @@ :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(@path), - :rev => ''}, + :rev => nil}, {:method => :get, :id => 'revision_selector'}) do -%> <!-- Branches Dropdown --> <% if !@repository.branches.nil? && @repository.branches.length > 0 -%> |