Skip to content
Snippets Groups Projects
Commit b5665f75 authored by David Baker's avatar David Baker Committed by GitHub
Browse files

Merge pull request #1156 from matrix-org/dbkr/email_notifs_add_riot_brand

Add Riot brand to email notifs
parents f7bcdbe5 6d351374
No related merge requests found
......@@ -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]"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment