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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-23 11:23:58 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-23 11:23:58 +0400
commit69ff7657d7741558eff120eb9dfde1c5cab87609 (patch)
treed0d5d7a0f24de455c34b0253cacfbcbb38f86fe3 /app/views/help
parent4742dba4c555dc9acc232c31e1066736943ef9fd (diff)
Fix HELP layout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/_layout.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/_layout.html.haml b/app/views/help/_layout.html.haml
index fc0ac277a48..a413616bad0 100644
--- a/app/views/help/_layout.html.haml
+++ b/app/views/help/_layout.html.haml
@@ -1,5 +1,5 @@
.row
- .col-md-3{:"data-spy" => 'affix'}
+ .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}
@@ -7,5 +7,5 @@
%li{class: current_page?(path) ? 'active' : nil}
= link_to title, path
- .col-md-9.pull-right
+ .col-md-9
= yield