Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-28 17:47:03 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-29 10:44:25 +0400
commita9580a157a39bd6d7bc046f1bada88eb5d698b9c (patch)
tree34b958d799c6cd8db4d024e042de97fe9a809660 /app/views/help
parent59797b2f2eef559397b53b6a3763c62d40363902 (diff)
Use the correct links, replace in search.
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/_layout.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/help/_layout.html.haml b/app/views/help/_layout.html.haml
index 72547ed0141..93a746c60ea 100644
--- a/app/views/help/_layout.html.haml
+++ b/app/views/help/_layout.html.haml
@@ -1,12 +1,6 @@
.row
.col-md-3
%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
-
.col-md-9
.wiki
= yield