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

6 lines
210 B
Text
Raw Normal View History

2019-12-04 20:38:33 +05:30
<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %> <%= url_for(project_issue_url(@issue.project, @issue)) %>
2014-09-02 18:07:02 +05:30
2019-12-04 20:38:33 +05:30
<%= assignees_label(@issue) if @issue.assignees.any? %>
2016-09-13 17:45:13 +05:30
2019-12-04 20:38:33 +05:30
<%= @issue.description %>