gitlab-org--gitlab-foss/app/views/notify/new_issue_email.html.haml

10 lines
246 B
Text
Raw Normal View History

2013-03-12 04:46:04 -04:00
%p
2013-03-28 06:52:44 -04:00
New Issue was created.
2013-03-12 04:46:04 -04:00
%p
= "Issue ##{@issue.id}"
= link_to_gfm truncate(@issue.title, length: 45), project_issue_url(@issue.project, @issue), title: @issue.title
2013-03-28 06:52:44 -04:00
%p
Author: #{@issue.author_name}
%p
Assignee: #{@issue.assignee_name}