25c08d11bb
This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
9 lines
302 B
Text
9 lines
302 B
Text
- if current_application_settings.email_author_in_body
|
|
%div
|
|
#{link_to @issue.author_name, user_url(@issue.author)} wrote:
|
|
-if @issue.description
|
|
= markdown(@issue.description, pipeline: :email, author: @issue.author)
|
|
|
|
- if @issue.assignee_id.present?
|
|
%p
|
|
Assignee: #{@issue.assignee_name}
|