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