summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2016-10-04 12:47:05 +0100
committerGitHub <noreply@github.com>2016-10-04 12:47:05 +0100
commitb5665f751692934c3d4d7531e88953eaa8762165 (patch)
treef1797b47e5df898c259b2d901c50b7222b3d85f0
parentMerge pull request #1153 from matrix-org/erikj/ldap_restructure (diff)
parentAdd Riot brand to email notifs (diff)
downloadsynapse-b5665f751692934c3d4d7531e88953eaa8762165.tar.xz
Merge pull request #1156 from matrix-org/dbkr/email_notifs_add_riot_brand
Add Riot brand to email notifs
-rw-r--r--res/templates/notif_mail.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/templates/notif_mail.html b/res/templates/notif_mail.html
index 535bea764d..fcdb3109fe 100644
--- a/res/templates/notif_mail.html
+++ b/res/templates/notif_mail.html
@@ -18,7 +18,9 @@
                                 <div class="summarytext">{{ summary_text }}</div>
                             </td>
                             <td class="logo">
-                                {% if app_name == "Vector" %}
+                                {% if app_name == "Riot" %}
+                                    <img src="http://matrix.org/img/riot-logo-email.png" width="83" height="83" alt="[Riot]"/>
+                                {% elif app_name == "Vector" %}
                                     <img src="http://matrix.org/img/vector-logo-email.png" width="64" height="83" alt="[Vector]"/>
                                 {% else %}
                                     <img src="http://matrix.org/img/matrix-120x51.png" width="120" height="51" alt="[matrix]"/>