Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new_issue_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b3c148517a485ee5d696d55560ff4c3c97b87ce (plain)
1
2
3
4
5
6
7
8
9
%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}