summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_closed_by_box.html.haml
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-04-07 02:36:21 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-04-07 02:36:21 +0000
commit8f372152774119440ba41f2603eac4f475a601f6 (patch)
treec89f98207d31ee7ec53f403f3b2dd368f6d84a99 /app/views/projects/issues/_closed_by_box.html.haml
parent302dbfff2a298a2683997feca98589aff33228fb (diff)
parent7650677d3d832f9d65c8d38a2485ca60b97731c4 (diff)
downloadgitlab-ce-8f372152774119440ba41f2603eac4f475a601f6.tar.gz
Merge branch '_acet-related-mrs-widget-rewrite' into 'master'
Rewrite related MRs widget with Vue Closes #58926 and #57662 See merge request gitlab-org/gitlab-ce!27027
Diffstat (limited to 'app/views/projects/issues/_closed_by_box.html.haml')
-rw-r--r--app/views/projects/issues/_closed_by_box.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/issues/_closed_by_box.html.haml b/app/views/projects/issues/_closed_by_box.html.haml
deleted file mode 100644
index 38469ed4774..00000000000
--- a/app/views/projects/issues/_closed_by_box.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-.issue-closed-by-widget.second-block
- - pluralized_mr_this = merge_request_count > 1 ? "these" : "this"
- - pluralized_mr_is = merge_request_count > 1 ? "are" : "is"
- When #{pluralized_mr_this} merge #{"request".pluralize(merge_request_count)} #{pluralized_mr_is} accepted, this issue will be closed automatically.