Commit 69ff7657d7741558eff120eb9dfde1c5cab87609
1 parent
4742dba4
Exists in
spb-stable
and in
3 other branches
Fix HELP layout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/help/_layout.html.haml
1 | 1 | .row |
2 | - .col-md-3{:"data-spy" => 'affix'} | |
2 | + .col-md-3 | |
3 | 3 | %h3.page-title Help |
4 | 4 | %ul.nav.nav-pills.nav-stacked |
5 | 5 | - 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 @@ |
7 | 7 | %li{class: current_page?(path) ? 'active' : nil} |
8 | 8 | = link_to title, path |
9 | 9 | |
10 | - .col-md-9.pull-right | |
10 | + .col-md-9 | |
11 | 11 | = yield | ... | ... |