2013-01-22 10:58:09 -05:00
|
|
|
.row
|
2013-12-30 16:55:15 -05:00
|
|
|
.col-md-3{:"data-spy" => 'affix'}
|
2013-11-29 14:38:23 -05:00
|
|
|
%h3.page-title Help
|
|
|
|
%ul.nav.nav-pills.nav-stacked
|
|
|
|
- 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}
|
|
|
|
- links.each do |title,path|
|
|
|
|
%li{class: current_page?(path) ? 'active' : nil}
|
|
|
|
= link_to title, path
|
2013-09-26 16:40:55 -04:00
|
|
|
|
2013-12-30 16:55:15 -05:00
|
|
|
.col-md-9.pull-right
|
2013-01-22 10:58:09 -05:00
|
|
|
= yield
|