gitlab-org--gitlab-foss/app/views/notify/new_issue_email.text.erb

6 lines
210 B
Plaintext

<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %> <%= url_for(project_issue_url(@issue.project, @issue)) %>
<%= assignees_label(@issue) if @issue.assignees.any? %>
<%= @issue.description %>