summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/index.html.haml
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/projects/milestones/index.html.haml
parentd718209b47022abe8a28a7267cd40569bd7ec06a (diff)
downloadgitlab-ce-9c843041faf000a76bd2b542f594c061dab45c3a.tar.gz
add responsive sidebar to issues, milestones and MRs
Diffstat (limited to 'app/views/projects/milestones/index.html.haml')
-rw-r--r--app/views/projects/milestones/index.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/milestones/index.html.haml b/app/views/projects/milestones/index.html.haml
index 15635b299f4..4b44d68a919 100644
--- a/app/views/projects/milestones/index.html.haml
+++ b/app/views/projects/milestones/index.html.haml
@@ -8,7 +8,9 @@
New Milestone
.row
- .col-md-3.hidden-sm
+ .left.sidebar-expand-button.hidden-lg.hidden-md
+ %i.icon-list.icon-2x
+ .col-md-3.responsive-side-left
%ul.nav.nav-pills.nav-stacked
%li{class: ("active" if (params[:f] == "active" || !params[:f]))}
= link_to project_milestones_path(@project, f: "active") do