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: 446310ba314d4df76d0a0bd4ad76d18e5bd52384 (plain)
1
2
3
4
get 'help'                        => 'help#index'
get 'help/shortcuts'              => 'help#shortcuts'
get 'help/instance_configuration' => 'help#instance_configuration'
get 'help/*path'                  => 'help#show', as: :help_page