debian-mirror-gitlab/app/views/notify/reassigned_issue_email.text.erb

7 lines
298 B
Plaintext
Raw Normal View History

2017-08-17 22:00:37 +05:30
Reassigned Issue <%= @issue.iid %>
2020-10-24 23:57:45 +05:30
<%= url_for([@issue.project, @issue, { only_path: false }]) %>
2017-08-17 22:00:37 +05:30
2019-02-15 15:39:39 +05:30
Assignee changed <%= "from #{sanitize_name(@previous_assignees.map(&:name).to_sentence)}" if @previous_assignees.any? -%>
2017-08-17 22:00:37 +05:30
to <%= "#{@issue.assignees.any? ? @issue.assignee_list : 'Unassigned'}" %>