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
Tatuya Kamada
gitlab-ce
Commits
0da6394c
Commit
0da6394c
authored
Dec 01, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5731 from bke-drewb/helpui
Improve Help navigation UI
parents
7f3ff69e
23e36202
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
32 deletions
+6
-32
app/views/help/_layout.html.haml
app/views/help/_layout.html.haml
+6
-32
No files found.
app/views/help/_layout.html.haml
View file @
0da6394c
.row
.row
.span3
{
:"data-spy"
=>
'affix'
}
.span3
{
:"data-spy"
=>
'affix'
}
.ui-box
%h3
.page-title
Help
.title
%ul
.nav.nav-pills.nav-stacked
Help
-
links
=
{
:"Workflow"
=>
help_workflow_path
,
:"SSH Keys"
=>
help_ssh_path
,
:"GitLab Markdown"
=>
help_markdown_path
,
:"Permissions"
=>
help_permissions_path
,
:"API"
=>
help_api_path
,
:"Web Hooks"
=>
help_web_hooks_path
,
:"Rake Tasks"
=>
help_raketasks_path
,
:"System Hooks"
=>
help_system_hooks_path
,
:"Public Access"
=>
help_public_access_path
,
:"Security"
=>
help_security_path
}
%ul
.well-list
-
links
.
each
do
|
title
,
path
|
%li
%li
{
class:
current_page?
(
path
)
?
'active'
:
nil
}
%strong
=
link_to
"Workflow"
,
help_workflow_path
=
link_to
title
,
path
%li
%strong
=
link_to
"SSH keys"
,
help_ssh_path
%li
%strong
=
link_to
"GitLab Markdown"
,
help_markdown_path
%li
%strong
=
link_to
"Permissions"
,
help_permissions_path
%li
%strong
=
link_to
"API"
,
help_api_path
%li
%strong
=
link_to
"Web Hooks"
,
help_web_hooks_path
%li
%strong
=
link_to
"Rake Tasks"
,
help_raketasks_path
%li
%strong
=
link_to
"System Hooks"
,
help_system_hooks_path
%li
%strong
=
link_to
"Public Access"
,
help_public_access_path
%li
%strong
=
link_to
"Security"
,
help_security_path
.span9.pull-right
.span9.pull-right
=
yield
=
yield
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