summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-15 06:02:12 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-15 06:02:12 +0000
commitdbb7610365782e1d780903d88e8b804e89262a02 (patch)
treed9b55d4525cd23436063612f31e1bf07cd49995e /app/views/projects/milestones
parent8000fb44b7d0eb2312011cf6e21a2cc406dd103b (diff)
parent204fee4f41cafedbb30d4c68793985a9e3ea84e4 (diff)
downloadgitlab-ce-dbb7610365782e1d780903d88e8b804e89262a02.tar.gz
Merge branch 'responsive-sidebar' into 'master'
Responsive sidebar fixes This fixes two major issues with the responsive sidebar 1. Overlapping content by the label: The label and sidebar is now always on the right side of the screen. This makes it always easy to find (better UX) and prevents it from overlapping most content. Additionally, on xs screens, instead of the side-attached label, for some pages it will show an extra button in the head instead of a buttons that overlaps. 2. Pop up of sidebar on changing pages.
Diffstat (limited to 'app/views/projects/milestones')
-rw-r--r--app/views/projects/milestones/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/milestones/index.html.haml b/app/views/projects/milestones/index.html.haml
index 4b44d68a919..f0e48a51777 100644
--- a/app/views/projects/milestones/index.html.haml
+++ b/app/views/projects/milestones/index.html.haml
@@ -8,9 +8,9 @@
New Milestone
.row
- .left.sidebar-expand-button.hidden-lg.hidden-md
+ .fixed.sidebar-expand-button.hidden-lg.hidden-md.hidden-xs
%i.icon-list.icon-2x
- .col-md-3.responsive-side-left
+ .col-md-3.responsive-side
%ul.nav.nav-pills.nav-stacked
%li{class: ("active" if (params[:f] == "active" || !params[:f]))}
= link_to project_milestones_path(@project, f: "active") do