Fixed tree logs for branches with slash. Fixed remember of path when switch branch
This commit is contained in:
parent
f9528bfb86
commit
aa97ff7fde
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue