gitlabhq/gitlabhq

View on GitHub
app/views/notify/new_issue_email.html.haml

Summary

Maintainability
Test Coverage
%p
  New Issue was created.
%p
  = "Issue ##{@issue.iid}"
  = link_to_gfm truncate(@issue.title, length: 45), project_issue_url(@issue.project, @issue), title: @issue.title
%p
  Author: #{@issue.author_name}
%p
  Assignee: #{@issue.assignee_name}