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

help.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d53822da9eca4ab0bb8828303cd5223dba6ade37 (plain)
1
2
3
4
get 'help'           => 'help#index'
get 'help/shortcuts' => 'help#shortcuts'
get 'help/ui'        => 'help#ui'
get 'help/*path'     => 'help#show', as: :help_page