From c6858d62a362c1d7b971b513672d61eddd4790c0 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Mon, 5 Sep 2016 20:56:04 +0200 Subject: [PATCH] Add missing sidebar background in contacts tab closes #7064 --- Changelog.md | 1 + app/views/people/contacts.haml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 50732375d..d8a621257 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ * Closed accounts will no longer show up in the account search [#7042](https://github.com/diaspora/diaspora/pull/7042) * Code blocks in conversations no longer overflow the content [#7055](https://github.com/diaspora/diaspora/pull/7055) * More buttons in mobile streams are fixed [#7036](https://github.com/diaspora/diaspora/pull/7036) +* Fixed missing sidebar background in the contacts tab [#7064](https://github.com/diaspora/diaspora/pull/7064) ## Features * Deleted comments will be removed when loading more comments [#7045](https://github.com/diaspora/diaspora/pull/7045) diff --git a/app/views/people/contacts.haml b/app/views/people/contacts.haml index 34da88215..489f0eb17 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