From 1e2ae69bcdb75ec1983af31beac1794f46e4d3f4 Mon Sep 17 00:00:00 2001
From: Steffen van Bergerem <svbergerem@online.de>
Date: Mon, 5 Sep 2016 20:56:04 +0200
Subject: [PATCH] Add missing sidebar background in contacts tab

closes #7064
---
 app/views/people/contacts.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/people/contacts.haml b/app/views/people/contacts.haml
index 34da882150..489f0eb17a 100644
--- a/app/views/people/contacts.haml
+++ b/app/views/people/contacts.haml
@@ -4,7 +4,7 @@
 .container-fluid#profile_container
   .row
     .col-md-3
-      #profile
+      .sidebar.profile-sidebar#profile
         -# here be JS
 
     .col-md-9
-- 
GitLab