gitlab-org--gitlab-foss/app/views/notify/_note_message.html.haml
Pierre de La Morinerie ec196fbbf2 Remove the quote-style around message in notification emails
Rationale:

* In this notification email, the message is the most important content.
It should not be dimmed or smaller than the rest of the text.

* Now that all UI elements are removed, the message *is* the email. It
should be written as a standard email message, without styling.
2014-03-03 16:58:44 +01:00

2 lines
30 B
Text

%div
= markdown(@note.note)