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

_reassigned_issuable_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 817d030c362d0c0fe2da1888509770eecd1982b1 (plain)
1
2
3
4
5
6
Reassigned <%= issuable.class.model_name.human.titleize %> <%= issuable.iid %>

<%= url_for([issuable.project, issuable, {only_path: false}]) %>

Assignee changed <%= "from #{@previous_assignee.name}" if @previous_assignee -%>
 to <%= "#{issuable.assignee_id ? issuable.assignee_name : 'Unassigned'}" %>