Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
8a5b770c
Commit
8a5b770c
authored
Jan 19, 2013
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder help routes
parent
bba88e84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
app/helpers/application_helper.rb
app/helpers/application_helper.rb
+5
-5
config/routes.rb
config/routes.rb
+9
-9
No files found.
app/helpers/application_helper.rb
View file @
8a5b770c
...
...
@@ -83,15 +83,15 @@ module ApplicationHelper
]
help_nav
=
[
{
label:
"Workflow Help"
,
url:
help_workflow_path
},
{
label:
"Permissions Help"
,
url:
help_permissions_path
},
{
label:
"Web Hooks Help"
,
url:
help_web_hooks_path
},
{
label:
"System Hooks Help"
,
url:
help_system_hooks_path
},
{
label:
"API Help"
,
url:
help_api_path
},
{
label:
"Markdown Help"
,
url:
help_markdown_path
},
{
label:
"Permissions Help"
,
url:
help_permissions_path
},
{
label:
"Public Access Help"
,
url:
help_public_access_path
},
{
label:
"Rake Tasks Help"
,
url:
help_raketasks_path
},
{
label:
"SSH Keys Help"
,
url:
help_ssh_path
},
{
label:
"Gitlab Rake Tasks Help"
,
url:
help_raketasks_path
},
{
label:
"System Hooks Help"
,
url:
help_system_hooks_path
},
{
label:
"Web Hooks Help"
,
url:
help_web_hooks_path
},
{
label:
"Workflow Help"
,
url:
help_workflow_path
},
]
project_nav
=
[]
...
...
config/routes.rb
View file @
8a5b770c
...
...
@@ -26,16 +26,16 @@ Gitlab::Application.routes.draw do
#
# Help
#
get
'help'
=>
'help#index'
get
'help/permissions'
=>
'help#permissions'
get
'help/workflow'
=>
'help#workflow'
get
'help/api'
=>
'help#api'
get
'help/web_hooks'
=>
'help#web_hooks'
get
'help/system_hooks'
=>
'help#system_hooks'
get
'help/markdown'
=>
'help#markdown'
get
'help/ssh'
=>
'help#ssh'
get
'help/raketasks'
=>
'help#raketasks'
get
'help'
=>
'help#index'
get
'help/api'
=>
'help#api'
get
'help/markdown'
=>
'help#markdown'
get
'help/permissions'
=>
'help#permissions'
get
'help/public_access'
=>
'help#public_access'
get
'help/raketasks'
=>
'help#raketasks'
get
'help/ssh'
=>
'help#ssh'
get
'help/system_hooks'
=>
'help#system_hooks'
get
'help/web_hooks'
=>
'help#web_hooks'
get
'help/workflow'
=>
'help#workflow'
#
# Public namespace
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment