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

reassigned_merge_request_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: 24c2b08810b45a4b2acbadc575434071ce2b16eb (plain)
1
2
3
4
5
6
7
8
9
10
%p
  Assignee changed
  - if @previous_assignee
    from
    %strong= @previous_assignee.name
  to
  - if @merge_request.assignee_id
    %strong= @merge_request.assignee_name
  - else
    %strong Unassigned