From 504777ec20f006fd92cc948c03d35df3e1df4d3b Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Mon, 24 Feb 2014 21:57:59 +0200
Subject: [PATCH] Fix onion image control

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
---
 app/views/projects/commits/_image.html.haml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/views/projects/commits/_image.html.haml b/app/views/projects/commits/_image.html.haml
index 9a8b7c857e5..6d9ef5964d9 100644
--- a/app/views/projects/commits/_image.html.haml
+++ b/app/views/projects/commits/_image.html.haml
@@ -15,7 +15,7 @@
           %span.meta-filesize= "#{number_to_human_size old_file.size}"
           |
           %b W:
-          %span.meta-width 
+          %span.meta-width
           |
           %b H:
           %span.meta-height
@@ -27,7 +27,7 @@
           %span.meta-filesize= "#{number_to_human_size file.size}"
           |
           %b W:
-          %span.meta-width 
+          %span.meta-width
           |
           %b H:
           %span.meta-height
@@ -49,7 +49,7 @@
           %img{src: "data:#{old_file.mime_type};base64,#{Base64.encode64(old_file.data)}"}
         .frame.added
           %img{src: "data:#{file.mime_type};base64,#{Base64.encode64(file.data)}"}
-        .col-sm-10
+        .controls
           .transparent
           .drag-track
             .dragger{:style => "left: 0px;"}
-- 
GitLab