debian-mirror-gitlab/config/routes/help.rb

5 lines
164 B
Ruby
Raw Normal View History

2016-11-03 12:29:30 +05:30
get 'help' => 'help#index'
get 'help/shortcuts' => 'help#shortcuts'
get 'help/ui' => 'help#ui'
get 'help/*path' => 'help#show', as: :help_page