summaryrefslogtreecommitdiff
path: root/app/views/notify/issue_due_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/issue_due_email.html.haml')
-rw-r--r--app/views/notify/issue_due_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/issue_due_email.html.haml b/app/views/notify/issue_due_email.html.haml
index adb9da05694..c9cd9c32b54 100644
--- a/app/views/notify/issue_due_email.html.haml
+++ b/app/views/notify/issue_due_email.html.haml
@@ -9,4 +9,4 @@
- if @issue.description
%div
- = markdown(@issue.description, pipeline: :email, author: @issue.author)
+ = markdown(@issue.description, pipeline: :email, author: @issue.author, current_user: @recipient, issuable_reference_expansion_enabled: true)