summaryrefslogtreecommitdiff
path: root/app/views/notify/new_issue_email.html.haml
blob: e6cdaf85c0d11dc2b10894ef99f5b743f168db64 (plain)
1
2
3
4
5
6
7
8
9
10
11
- if Gitlab::CurrentSettings.email_author_in_body
  %p.details
    #{link_to @issue.author_name, user_url(@issue.author)} created an issue:

- if @issue.assignees.any?
  %p
    Assignee: #{@issue.assignee_list}

- if @issue.description
  %div
  = markdown(@issue.description, pipeline: :email, author: @issue.author)