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: daf20a226dd7b36cd251b9c582c4f2ed10d6747c (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'}" %>