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
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-01 19:27:02 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-01 19:35:25 +0400
commit330251de91e2078fe77d2bc26931a818eaa63076 (patch)
tree682221cf9f0f71d950720116ecede022a9db45e7 /app/views/notify/reassigned_issue_email.html.haml
parent4102eb3b85a1a9d43bebe116066719e6b0872566 (diff)
Fix missing to on reassign MR email to unassigned.
Factors out MR and issue email.
Diffstat (limited to 'app/views/notify/reassigned_issue_email.html.haml')
-rw-r--r--app/views/notify/reassigned_issue_email.html.haml12
1 files changed, 1 insertions, 11 deletions
diff --git a/app/views/notify/reassigned_issue_email.html.haml b/app/views/notify/reassigned_issue_email.html.haml
index f1458df5c7b..498ba8b8365 100644
--- a/app/views/notify/reassigned_issue_email.html.haml
+++ b/app/views/notify/reassigned_issue_email.html.haml
@@ -1,11 +1 @@
-%p
- Assignee changed
- - if @previous_assignee
- from
- %strong #{@previous_assignee.name}
- to
- - if @issue.assignee_id
- %strong #{@issue.assignee_name}
- - else
- %strong Unassigned
-
+= render 'reassigned_issuable_email', issuable: @issue