2016-04-02 18:10:28 +05:30
|
|
|
- if current_application_settings.email_author_in_body
|
2017-08-17 22:00:37 +05:30
|
|
|
%p.details
|
|
|
|
#{link_to @issue.author_name, user_url(@issue.author)} created an 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
|
2017-08-17 22:00:37 +05:30
|
|
|
Assignee: #{@issue.assignee_list}
|
|
|
|
|
|
|
|
- if @issue.description
|
|
|
|
%div
|
|
|
|
= markdown(@issue.description, pipeline: :email, author: @issue.author)
|