diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 09:34:26 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 09:34:26 +0200 |
commit | aa97ff7fde07a682db59bbcfbac21cf35d8acc08 (patch) | |
tree | 2eec50aad91fc7257ca3f709e4b48a28c42943cb /config | |
parent | f9528bfb86817efa4af6eaab464936abb3f44ecb (diff) | |
download | gitlab-ce-aa97ff7fde07a682db59bbcfbac21cf35d8acc08.tar.gz |
Fixed tree logs for branches with slash. Fixed remember of path when switch branch
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 5e556dccc27..27188b3b89f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -158,7 +158,7 @@ Gitlab::Application.routes.draw do resources :deploy_keys resources :protected_branches, only: [:index, :create, :destroy] - resources :refs, only: [], path: "/" do + resources :refs, only: [] do collection do get "switch" end |