2018-02-02 13:39:55 -05:00
|
|
|
- if Gitlab::CurrentSettings.email_author_in_body
|
2017-03-17 15:25:52 -04:00
|
|
|
%p.details
|
|
|
|
#{link_to @issue.author_name, user_url(@issue.author)} created an issue:
|
2014-02-18 08:44:00 -05:00
|
|
|
|
2017-05-04 08:11:15 -04:00
|
|
|
- if @issue.assignees.any?
|
2014-02-18 08:44:00 -05:00
|
|
|
%p
|
2017-05-04 08:11:15 -04:00
|
|
|
Assignee: #{@issue.assignee_list}
|
2017-03-17 15:25:52 -04:00
|
|
|
|
|
|
|
- if @issue.description
|
|
|
|
%div
|
|
|
|
= markdown(@issue.description, pipeline: :email, author: @issue.author)
|