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: 4ab40ff265945ffbf32fc5f536e8cecf5a2faf40 (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 issuable.assignees.any?
    %strong= sanitize_name(issuable.assignee_list)
  - else
    %strong Unassigned