11 lines
322 B
Text
11 lines
322 B
Text
- if current_application_settings.email_author_in_body
|
|
%p.details
|
|
#{link_to @issue.author_name, user_url(@issue.author)} created an issue:
|
|
|
|
- if @issue.assignees.any?
|
|
%p
|
|
Assignee: #{@issue.assignee_list}
|
|
|
|
- if @issue.description
|
|
%div
|
|
= markdown(@issue.description, pipeline: :email, author: @issue.author)
|