Commit ec196fbbf2cb1849631d921015296806d0563da6

Authored by Pierre de La Morinerie
1 parent eeb011e3

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.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/notify/_note_message.html.haml
1   -%cite{style: 'color: #666'}
  1 +%div
2 2 = markdown(@note.note)
... ...