Project tab added. activities, team, snippets moved to project tab

This commit is contained in:
Dmitriy Zaporozhets 2011-12-28 09:38:50 +02:00
parent 6e5caa1985
commit c1c903fb95
12 changed files with 80 additions and 27 deletions

View file

@ -42,6 +42,10 @@ Gitlab::Application.routes.draw do
get "team"
get "wall"
get "graph"
get "activities"
get "branches"
get "tags"
get "files"
end
resources :refs, :only => [], :path => "/" do