summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2014-06-14 14:32:41 +0200
committerJob van der Voort <job@gitlab.com>2014-06-14 14:32:41 +0200
commit9c843041faf000a76bd2b542f594c061dab45c3a (patch)
tree5f489cddff9bc477759bfd97888d63e97dbb98e2 /app/views/dashboard
parentd718209b47022abe8a28a7267cd40569bd7ec06a (diff)
downloadgitlab-ce-9c843041faf000a76bd2b542f594c061dab45c3a.tar.gz
add responsive sidebar to issues, milestones and MRs
Diffstat (limited to 'app/views/dashboard')
-rwxr-xr-xapp/views/dashboard/issues.html.haml4
-rwxr-xr-xapp/views/dashboard/merge_requests.html.haml4
-rw-r--r--app/views/dashboard/show.html.haml2
3 files changed, 7 insertions, 3 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'
diff --git a/app/views/dashboard/merge_requests.html.haml b/app/views/dashboard/merge_requests.html.haml
index 550a93e178c..0a87eedaecc 100755
--- a/app/views/dashboard/merge_requests.html.haml
+++ b/app/views/dashboard/merge_requests.html.haml
@@ -7,7 +7,9 @@
List all merge requests from all projects you have access to.
%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: 'merge_request'
.col-md-9
= render 'shared/merge_requests'
diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml
index 9fd32cdc69e..b81eed76001 100644
--- a/app/views/dashboard/show.html.haml
+++ b/app/views/dashboard/show.html.haml
@@ -2,7 +2,7 @@
.dashboard.row
.activities.col-md-8
= render 'activities'
- .side.col-md-4.responsive-side
+ .side.col-md-4.left.responsive-side
= render 'sidebar'
.sidebar-expand-button.hidden-lg.hidden-md