Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2018-08-16 10:45:33 +0300
committerKushal Pandya <kushal@gitlab.com>2018-08-28 12:30:50 +0300
commitf436ca4cef0cd7c3ec44772f6f5f76adcece4b42 (patch)
tree96e1d8f222289166f599bd763d5d519c63b42f0f /app/views
parentb39f77f6b886a336bda6ee74b82bdaeae041dd79 (diff)
Add milestone tabs deprecation view
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/milestones/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml
index 2a9e20c2caa..3ec9ab068e1 100644
--- a/app/views/projects/milestones/show.html.haml
+++ b/app/views/projects/milestones/show.html.haml
@@ -78,5 +78,6 @@
.alert.alert-success.prepend-top-default
%span All issues for this milestone are closed. You may close this milestone now.
+ = render 'deprecation_message'
= render 'shared/milestones/tabs', milestone: @milestone
= render 'shared/milestones/sidebar', milestone: @milestone, project: @project, affix_offset: 153