summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones
diff options
context:
space:
mode:
authorMaxim Rydkin <maks.rydkin@gmail.com>2017-08-24 19:46:42 +0300
committerMaxim Rydkin <maks.rydkin@gmail.com>2017-08-29 11:14:41 +0300
commit48389b4e5ec251441d1b1e135fdb28fe742289d8 (patch)
treed70d425c3244caa6d297952e31ab78691ee8e3aa /app/views/shared/milestones
parent9226804bf32bcecd826818eb626714b52285c5e8 (diff)
downloadgitlab-ce-48389b4e5ec251441d1b1e135fdb28fe742289d8.tar.gz
replace `is_dashboard_milestone?` with `dashboard_milestone?`
Diffstat (limited to 'app/views/shared/milestones')
-rw-r--r--app/views/shared/milestones/_top.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_top.html.haml b/app/views/shared/milestones/_top.html.haml
index 05b607db488..fd0760d83a5 100644
--- a/app/views/shared/milestones/_top.html.haml
+++ b/app/views/shared/milestones/_top.html.haml
@@ -44,7 +44,7 @@
- close_msg = group ? 'You may close the milestone now.' : 'Navigate to the project to close the milestone.'
%span All issues for this milestone are closed. #{close_msg}
-- if @milestone.legacy_group_milestone? || @milestone.is_dashboard_milestone?
+- if @milestone.legacy_group_milestone? || @milestone.dashboard_milestone?
.table-holder
%table.table
%thead