diff options
author | Job van der Voort <job@gitlab.com> | 2014-06-14 14:32:41 +0200 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2014-06-14 14:32:41 +0200 |
commit | 9c843041faf000a76bd2b542f594c061dab45c3a (patch) | |
tree | 5f489cddff9bc477759bfd97888d63e97dbb98e2 /app/views/dashboard/issues.html.haml | |
parent | d718209b47022abe8a28a7267cd40569bd7ec06a (diff) | |
download | gitlab-ce-9c843041faf000a76bd2b542f594c061dab45c3a.tar.gz |
add responsive sidebar to issues, milestones and MRs
Diffstat (limited to 'app/views/dashboard/issues.html.haml')
-rwxr-xr-x | app/views/dashboard/issues.html.haml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml index af627588ad9..670755b8996 100755 --- a/app/views/dashboard/issues.html.haml +++ b/app/views/dashboard/issues.html.haml @@ -7,7 +7,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' |