Commit 17a696a98b8f7a8bbdbcd4bdc3d1500e08ddceaa
1 parent
0879babf
Exists in
spb-stable
and in
2 other branches
We need shortcuts route.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/routes.rb
@@ -34,6 +34,7 @@ Gitlab::Application.routes.draw do | @@ -34,6 +34,7 @@ Gitlab::Application.routes.draw do | ||
34 | 34 | ||
35 | get 'help' => 'help#index' | 35 | get 'help' => 'help#index' |
36 | get 'help/:category/:file' => 'help#show', as: :help_page | 36 | get 'help/:category/:file' => 'help#show', as: :help_page |
37 | + get 'help/shortcuts' | ||
37 | 38 | ||
38 | # | 39 | # |
39 | # Global snippets | 40 | # Global snippets |