From 8da4d15f233d8f4ebacd39847172c91f3c262a3e Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Wed, 14 Aug 2013 13:23:26 +0300
Subject: [PATCH] Fix ui issue for Help#api

---
 app/views/help/_api_layout.html.haml | 8 ++++----
 1 file 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}
-- 
2.30.9