BigW Consortium Gitlab

reassigned_issue_email.text.erb 328 Bytes
Newer Older
1 2 3 4 5 6
Reassigned Issue <%= @issue.iid %>

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

Assignee changed <%= "from #{@previous_assignees.map(&:name).to_sentence}" if @previous_assignees.any? -%>
 to <%= "#{@issue.assignees.any? ? @issue.assignee_list : 'Unassigned'}" %>