Merge branch 'feature/repository_tab'

This commit is contained in:
Dmitriy Zaporozhets 2011-12-31 13:13:23 +02:00
commit 2c1b06a10f
11 changed files with 153 additions and 0 deletions

View file

@ -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"