diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-14 13:23:26 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-14 13:23:26 +0300 |
commit | 8da4d15f233d8f4ebacd39847172c91f3c262a3e (patch) | |
tree | fc7d91b75ed3ebd85d2aca641ac67b84c7dcd74d /app | |
parent | cd2535324378f44378d2a5e28f05d5df7bf9128f (diff) | |
download | gitlab-ce-8da4d15f233d8f4ebacd39847172c91f3c262a3e.tar.gz |
Fix ui issue for Help#api
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/_api_layout.html.haml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/help/_api_layout.html.haml b/app/views/help/_api_layout.html.haml index 87969be56da..502cc31a80c 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} |