diff --git a/app/views/help/_api_layout.html.haml b/app/views/help/_api_layout.html.haml index 87969be56dadc0ef13f9c365a9897bd14419ffd7..502cc31a80cfd16ff9d3ddaf08c54ad463cf0176 100644 --- a/app/views/help/_api_layout.html.haml +++ b/app/views/help/_api_layout.html.haml @@ -1,9 +1,9 @@ .row .span3 - = link_to help_path, class: 'btn append-bottom-20 btn-small' do - %i.icon-angle-left - Back to help - %br + .append-bottom-20 + = link_to help_path, class: 'btn btn-small' do + %i.icon-angle-left + Back to help %ul.nav.nav-pills.nav-stacked - %w(README projects project_snippets repositories deploy_keys users groups session issues milestones merge_requests notes system_hooks).each do |file| %li{class: file == @category ? 'active' : nil}