2016-08-16 09:12:05 -04:00
|
|
|
%p
|
|
|
|
You have been mentioned in an issue.
|
|
|
|
|
2016-08-12 17:54:32 -04:00
|
|
|
- if current_application_settings.email_author_in_body
|
|
|
|
%div
|
|
|
|
#{link_to @issue.author_name, user_url(@issue.author)} wrote:
|
2016-12-23 05:27:41 -05:00
|
|
|
- if @issue.description
|
2016-08-12 17:54:32 -04:00
|
|
|
= markdown(@issue.description, pipeline: :email, author: @issue.author)
|
|
|
|
|
|
|
|
- if @issue.assignee_id.present?
|
|
|
|
%p
|
|
|
|
Assignee: #{@issue.assignee_name}
|