From 9c843041faf000a76bd2b542f594c061dab45c3a Mon Sep 17 00:00:00 2001 From: Job van der Voort Date: Sat, 14 Jun 2014 14:32:41 +0200 Subject: add responsive sidebar to issues, milestones and MRs --- app/views/groups/issues.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/views/groups/issues.html.haml') diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml index 4b11d91dc98..7c6042b8ba3 100644 --- a/app/views/groups/issues.html.haml +++ b/app/views/groups/issues.html.haml @@ -11,7 +11,9 @@ %hr .row - .col-md-3 + .left.sidebar-expand-button.hidden-lg.hidden-md + %i.icon-list.icon-2x + .col-md-3.responsive-side-left = render 'shared/filter', entity: 'issue' .col-md-9 = render 'shared/issues' -- cgit v1.2.3