OSDN Git Service

Fix ui issue for Help#api
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 14 Aug 2013 10:23:26 +0000 (13:23 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 14 Aug 2013 10:23:26 +0000 (13:23 +0300)
app/views/help/_api_layout.html.haml

index 87969be..502cc31 100644 (file)
@@ -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}