Skip to content
Snippets Groups Projects
Commit 640a3c5c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #7661 from cirosantilli/factor-issue-mr-email

Fix missing to on reassign Merge Request email to unassigned.
parents 18e4e997 330251de
No related branches found
No related tags found
No related merge requests found
%p
Assignee changed
- if @previous_assignee
from
%strong #{@previous_assignee.name}
to
- if issuable.assignee_id
%strong #{issuable.assignee_name}
- else
%strong Unassigned
%p = render 'reassigned_issuable_email', issuable: @issue
Assignee changed
- if @previous_assignee
from
%strong #{@previous_assignee.name}
to
- if @issue.assignee_id
%strong #{@issue.assignee_name}
- else
%strong Unassigned
%p = render 'reassigned_issuable_email', issuable: @merge_request
Assignee changed
- if @previous_assignee
from
%strong #{@previous_assignee.name}
to
%strong #{@merge_request.assignee_name}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment