UI: add new button, top panel restyle etc

This commit is contained in:
Dmitriy Zaporozhets 2012-01-18 22:15:45 +02:00
parent 3b5a4fa2fd
commit 15c4655527
27 changed files with 88 additions and 64 deletions

View file

@ -6,6 +6,7 @@ Gitlab::Application.routes.draw do
get 'tags'=> 'tags#index'
get 'tags/:tag' => 'projects#index'
get 'help' => 'help#index'
namespace :admin do
resources :users