gitlabhq/app/views/notify/new_issue_email.html.haml

10 lines
246 B
Plaintext
Raw Normal View History

2013-03-12 09:46:04 +01:00
%p
2013-03-28 11:52:44 +01:00
New Issue was created.
2013-03-12 09:46:04 +01: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 11:52:44 +01:00
%p
Author: #{@issue.author_name}
%p
Assignee: #{@issue.assignee_name}