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: 855d37429d9fe64adc541e280366f5901b23be9c (plain)
1
2
3
4
5
6
Reassigned <%= issuable.class.model_name.human.titleize %> <%= issuable.iid %>

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

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