306744bbb0
* Less margin: the content appears as the text of the message. * Streamlined footer: everything on one line, with a small separator. * Zimbra (www.zimbra.com) chokes on HTML tables, and doesn't display the content of the message. Switching to a simpler layout fixes the issue.
9 lines
268 B
Text
9 lines
268 B
Text
%p.details
|
|
!= merge_path_description(@merge_request, '→')
|
|
|
|
- if @merge_request.assignee_id.present?
|
|
%p
|
|
Assignee: #{@merge_request.author_name} → #{@merge_request.assignee_name}
|
|
|
|
-if @merge_request.description
|
|
= markdown(@merge_request.description)
|