diff options
| author | Job van der Voort <job@gitlab.com> | 2014-06-14 22:44:23 +0200 |
|---|---|---|
| committer | Job van der Voort <job@gitlab.com> | 2014-06-14 22:44:23 +0200 |
| commit | 204fee4f41cafedbb30d4c68793985a9e3ea84e4 (patch) | |
| tree | 38d7ebf6de2bd0045ad810107c8d735d39b60d35 /app/views/groups/issues.html.haml | |
| parent | 9c843041faf000a76bd2b542f594c061dab45c3a (diff) | |
| download | gitlab-ce-204fee4f41cafedbb30d4c68793985a9e3ea84e4.tar.gz | |
move all sidebars to one side for improved UX; add button in head of projects/issues and milestones instead of tab on side of screen to prevent overlapping of content
Diffstat (limited to 'app/views/groups/issues.html.haml')
| -rw-r--r-- | app/views/groups/issues.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml index 7c6042b8ba3..0eec2d6be0b 100644 --- a/app/views/groups/issues.html.haml +++ b/app/views/groups/issues.html.haml @@ -11,9 +11,9 @@ %hr .row - .left.sidebar-expand-button.hidden-lg.hidden-md + .fixed.sidebar-expand-button.hidden-lg.hidden-md %i.icon-list.icon-2x - .col-md-3.responsive-side-left + .col-md-3.responsive-side = render 'shared/filter', entity: 'issue' .col-md-9 = render 'shared/issues' |
