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
path: root/config
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-29 14:01:34 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-29 14:01:34 +0400
commit17a696a98b8f7a8bbdbcd4bdc3d1500e08ddceaa (patch)
tree7c1c54e5296d66699c131a7a83b9a4447c1bf118 /config
parent0879babfd1224626d0523a66caca0cac44ee9ee8 (diff)
We need shortcuts route.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 38e6727b190..6581aeef11f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -34,6 +34,7 @@ Gitlab::Application.routes.draw do
get 'help' => 'help#index'
get 'help/:category/:file' => 'help#show', as: :help_page
+ get 'help/shortcuts'
#
# Global snippets