diff options
author | David Baker <dbkr@users.noreply.github.com> | 2016-05-24 14:30:51 +0100 |
---|---|---|
committer | David Baker <dbkr@users.noreply.github.com> | 2016-05-24 14:30:51 +0100 |
commit | cbf8d146ac61fa748088f494147583498dd39b41 (patch) | |
tree | e6b6815162d192b3b0361257fb364ccf256d0a5c /res/templates/notif_mail.html | |
parent | Merge pull request #798 from negzi/bugfix_create_user_feature (diff) | |
parent | catch thinko in presentable names (diff) | |
download | synapse-cbf8d146ac61fa748088f494147583498dd39b41.tar.xz |
Merge pull request #799 from matrix-org/matthew/quieter-email-notifs
Tune email notifs to make them quieter:
Diffstat (limited to 'res/templates/notif_mail.html')
-rw-r--r-- | res/templates/notif_mail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/templates/notif_mail.html b/res/templates/notif_mail.html index dc13398df1..1146ee133b 100644 --- a/res/templates/notif_mail.html +++ b/res/templates/notif_mail.html @@ -30,7 +30,7 @@ {% include 'room.html' with context %} {% endfor %} <div class="footer"> - <small> + <div class="debug"> Sending email at {{ reason.now|format_ts("%c") }} due to activity in room '{{ reason.room_name }}' because:<br/> 1. An event was received at {{ reason.received_at|format_ts("%c") }} which is more than {{ "%.1f"|format(reason.delay_before_mail_ms / (60*1000)) }} (delay_before_mail_ms) mins ago.<br/> @@ -40,7 +40,7 @@ {% else %} 2. We can't remember the last time we sent a mail for this room. {% endif %} - </small> + </div> <a href="{{ unsubscribe_link }}">Unsubscribe</a> </div> </td> |