2019-09-30 21:07:59 +05:30
|
|
|
%p.details
|
2021-06-08 01:23:25 +05:30
|
|
|
= 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-09-02 18:07:02 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
- if @issue.assignees.any?
|
2014-09-02 18:07:02 +05:30
|
|
|
%p
|
2019-07-31 22:56:46 +05:30
|
|
|
= assignees_label(@issue)
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
- if @issue.description
|
|
|
|
%div
|
|
|
|
= markdown(@issue.description, pipeline: :email, author: @issue.author)
|