UI improved, .main_box css class for show pages

This commit is contained in:
randx 2012-03-28 10:46:51 +03:00
parent 88d9569a33
commit 69ef81404c
12 changed files with 94 additions and 79 deletions

View file

@ -8,6 +8,7 @@ Gitlab::Application.routes.draw do
get 'help' => 'help#index'
get 'help/permissions' => 'help#permissions'
get 'help/workflow' => 'help#workflow'
get 'help/web_hooks' => 'help#web_hooks'
namespace :admin do
resources :users do