gitlab-org--gitlab-foss/app/views/notify/new_issue_email.text.erb
dixpac b3a9ad6a57 Add description to text/plain emails
Added to
* new_issue_email
* new_merge_request_email
2016-08-04 14:29:47 +02:00

7 lines
246 B
Text

New Issue was created.
Issue <%= @issue.iid %>: <%= url_for(namespace_project_issue_url(@issue.project.namespace, @issue.project, @issue)) %>
Author: <%= @issue.author_name %>
Assignee: <%= @issue.assignee_name %>
<%= @issue.description %>