mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 04:56:16 +10:00
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
- 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)
|
|
|
|
- if @issue.assignee_id.present?
|
|
%p
|
|
Assignee: #{@issue.assignee_name}
|