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: 6d25488a7e2ae42a9011b7fd8b703b3e04985ca4 (plain)
1
2
3
4
5
6
7
8
9
10
%p
  Assignee changed
  - if @previous_assignees.any?
    from
    %strong= sanitize_name(@previous_assignees.map(&:name).to_sentence)
  to
  - if @issue.assignees.any?
    %strong= @issue.assignee_list
  - else
    %strong Unassigned