Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2014-06-14 16:32:41 +0400
committerJob van der Voort <job@gitlab.com>2014-06-14 16:32:41 +0400
commit9c843041faf000a76bd2b542f594c061dab45c3a (patch)
tree5f489cddff9bc477759bfd97888d63e97dbb98e2 /app/views/projects/issues/index.html.haml
parentd718209b47022abe8a28a7267cd40569bd7ec06a (diff)
add responsive sidebar to issues, milestones and MRs
Diffstat (limited to 'app/views/projects/issues/index.html.haml')
-rw-r--r--app/views/projects/issues/index.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/issues/index.html.haml b/app/views/projects/issues/index.html.haml
index 51a8c911af8..e527b7bc2c8 100644
--- a/app/views/projects/issues/index.html.haml
+++ b/app/views/projects/issues/index.html.haml
@@ -1,6 +1,8 @@
= render "head"
.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/project_filter', project_entities_path: project_issues_path(@project),
labels: true, redirect: 'issues'
.col-md-9.issues-holder