2019-04-19 14:10:52 -04:00
|
|
|
%p.details
|
2021-04-22 17:09:53 -04:00
|
|
|
= html_escape(_('%{user} created an issue: %{issue_link}')) % { user: link_to(@issue.author_name, user_url(@issue.author)),
|
|
|
|
issue_link: issue_reference_link(@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
|
2019-04-07 14:35:16 -04:00
|
|
|
= assignees_label(@issue)
|
2017-03-17 15:25:52 -04:00
|
|
|
|
|
|
|
- if @issue.description
|
2022-03-15 14:08:10 -04:00
|
|
|
.md
|
|
|
|
= markdown(@issue.description, pipeline: :email, author: @issue.author, current_user: @recipient, issuable_reference_expansion_enabled: true)
|