Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_reassigned_issuable_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56d81b2ed2e074eddefce56844eddf3f241027d3 (plain)
1
2
3
4
5
6
7
8
9
10
%p
  Assignee changed
  - if @previous_assignee
    from
    %strong #{@previous_assignee.name}
  to
  - if issuable.assignee_id
    %strong #{issuable.assignee_name}
  - else
    %strong Unassigned