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

reassigned_issue_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: 07227a3e68c84d60364a60ed01a38c5c2938a988 (plain)
1
2
3
4
5
6
7
8
%p
  Assignee changed
  - if @previous_assignee
    from
    %strong #{@previous_assignee.name}
  to
  %strong #{@issue.assignee_name}