Help with index
This commit is contained in:
parent
69ec189ad2
commit
2be107d0d9
11 changed files with 444 additions and 426 deletions
34
app/views/help/_layout.html.haml
Normal file
34
app/views/help/_layout.html.haml
Normal file
|
@ -0,0 +1,34 @@
|
|||
.row
|
||||
.span3{:"data-spy" => 'affix'}
|
||||
.ui-box
|
||||
.title
|
||||
%h5 Help
|
||||
%ul.well-list
|
||||
%li
|
||||
%strong= link_to "Workflow", help_workflow_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
|
||||
|
||||
.span9.right
|
||||
= yield
|
Loading…
Add table
Add a link
Reference in a new issue