Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-03-28 11:46:51 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-03-28 11:46:51 +0400
commit69ef81404c7a8fba315b28d850fc9cf2da801a84 (patch)
tree5ef446088899b70ce9dc71c8a56380abf8acd37d /config/routes.rb
parent88d9569a33a3c66ed34db45c9b6cf4e04ea0fcf3 (diff)
UI improved, .main_box css class for show pages
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 8241b542794..eb999f26ba2 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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