Merge branch 'feature/repository_tab'
This commit is contained in:
commit
2c1b06a10f
11 changed files with 153 additions and 0 deletions
|
@ -46,6 +46,13 @@ Gitlab::Application.routes.draw do
|
|||
get "files"
|
||||
end
|
||||
|
||||
resource :repository do
|
||||
member do
|
||||
get "branches"
|
||||
get "tags"
|
||||
end
|
||||
end
|
||||
|
||||
resources :refs, :only => [], :path => "/" do
|
||||
collection do
|
||||
get "switch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue