diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2017-03-29 21:53:10 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2017-03-29 21:53:10 +0000 |
commit | f7fefe82e5e6c72f15e2089816460d704c3ac783 (patch) | |
tree | 98c78137e56dfa0e7f5470824b8a80425b5105b6 /app/views/dashboard | |
parent | 3e1fb2a54052ca8a7483e788b70380b5c1768c71 (diff) | |
parent | 48a30a7ab38932d14dfd4136960983efe76fa630 (diff) | |
download | gitlab-ce-f7fefe82e5e6c72f15e2089816460d704c3ac783.tar.gz |
Merge branch '23674-simplify-milestone-summary' into 'master'
Resolve "Simplify milestone summary"
Closes #23674
See merge request !10096
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/milestones/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/milestones/show.html.haml b/app/views/dashboard/milestones/show.html.haml index 60c84a26420..2129920afd2 100644 --- a/app/views/dashboard/milestones/show.html.haml +++ b/app/views/dashboard/milestones/show.html.haml @@ -1,5 +1,5 @@ - header_title "Milestones", dashboard_milestones_path = render 'shared/milestones/top', milestone: @milestone -= render 'shared/milestones/summary', milestone: @milestone = render 'shared/milestones/tabs', milestone: @milestone, show_full_project_name: true += render 'shared/milestones/sidebar', milestone: @milestone, affix_offset: 51 |