summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/show.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-24 16:11:15 -0500
committerMike Greiling <mike@pixelcog.com>2017-03-24 17:06:49 -0500
commit12869a9e8164e1681a856c5a6a86a85e293a9271 (patch)
tree0282ad4a8140708c40d9e956d7363b573a4e049c /app/views/projects/milestones/show.html.haml
parentd3de86c6bd53dcda9db871e5ac24436776d56705 (diff)
downloadgitlab-ce-12869a9e8164e1681a856c5a6a86a85e293a9271.tar.gz
move progress bar from milestone summary into the sidebar
Diffstat (limited to 'app/views/projects/milestones/show.html.haml')
-rw-r--r--app/views/projects/milestones/show.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml
index 7299f6046f4..f612b5c7d6b 100644
--- a/app/views/projects/milestones/show.html.haml
+++ b/app/views/projects/milestones/show.html.haml
@@ -56,6 +56,5 @@
.alert.alert-success.prepend-top-default
%span All issues for this milestone are closed. You may close this milestone now.
- = render 'shared/milestones/summary', milestone: @milestone, project: @project
= render 'shared/milestones/tabs', milestone: @milestone
= render 'shared/milestones/sidebar', milestone: @milestone, project: @project, affix_offset: 153