frontend: Remove inline color assignments in emails.

This commit is contained in:
Vaida Plankyte 2017-07-03 11:32:06 +02:00 committed by Tim Abbott
parent 1b518f1983
commit cb7353a3b5
8 changed files with 14 additions and 14 deletions

View File

@ -9,12 +9,12 @@
account on {{ realm.uri }} from {{ old_email }} to {{ new_email }}.
If you would like to confirm this change, please click this link:
<br />
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
<a href="{{ activate_url }}">{{ activate_url }}</a>
</p>
<p>
If you did not request this change, please contact us immediately at
<a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
<a href="mailto:{{ support_email }}">{{ support_email }}</a>.
</p>
<p>

View File

@ -9,10 +9,10 @@
<p>
To complete signup, visit this link below:
<br />
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
<a href="{{ activate_url }}">{{ activate_url }}</a>
</p>
<p>
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
Feel free to give us a shout at <a href="mailto:{{ support_email }}">{{ support_email }}</a>, if you have any questions.
</p>
<p>
Cheers,<br />

View File

@ -9,7 +9,7 @@ at the following link:</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<a href="{{ user_profile.realm.uri }}" style="color:#08c">{{ user_profile.realm.uri }}</a>
<a href="{{ user_profile.realm.uri }}">{{ user_profile.realm.uri }}</a>
</td>
</tr>
</table>

View File

@ -34,8 +34,8 @@
<p>Cheers,<br/>Team Zulip</p>
<p>
PS: Check us out on <a href="https://twitter.com/zulip" style="color:#80c">Twitter</a>
or star us on <a href="https://github.com/zulip/zulip" style="color:#80c">GitHub</a>!
PS: Check us out on <a href="https://twitter.com/zulip">Twitter</a>
or star us on <a href="https://github.com/zulip/zulip">GitHub</a>!
</p>
{% endblock %}

View File

@ -14,10 +14,10 @@
<p>
To get started, visit the link below:
<br />
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
<a href="{{ activate_url }}">{{ activate_url }}</a>
</p>
<p>
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
Feel free to give us a shout at <a href="mailto:{{ support_email }}">{{ support_email }}</a>, if you have any questions.
</p>
<p>
Cheers,<br />

View File

@ -4,15 +4,15 @@
<p>Hi again,
</p>
<p>
This is a friendly reminder that {{ referrer_name }} (<a href="mailto:{{ referrer_email }}" style="color:#08c">{{ referrer_email }}</a>) wants you to join them on Zulip, a workplace chat tool that actually makes you more productive.
This is a friendly reminder that {{ referrer_name }} (<a href="mailto:{{ referrer_email }}">{{ referrer_email }}</a>) wants you to join them on Zulip, a workplace chat tool that actually makes you more productive.
</p>
<p>
To get started, visit the link below:
<br />
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
<a href="{{ activate_url }}">{{ activate_url }}</a>
</p>
<p>
We're here for you at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a> if you have any questions.
We're here for you at <a href="mailto:{{ support_email }}">{{ support_email }}</a> if you have any questions.
</p>
<p>
Cheers,<br />

View File

@ -3,7 +3,7 @@
{% block content %}
<p>Hi,</p>
<p>
We just wanted to let you know that the email associated with your Zulip account was recently changed to <a href="{{ new_email }}" style="color:#08c">{{ new_email }}</a>. If you did not request this change, please contact us immediately at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
We just wanted to let you know that the email associated with your Zulip account was recently changed to <a href="{{ new_email }}">{{ new_email }}</a>. If you did not request this change, please contact us immediately at <a href="mailto:{{ support_email }}">{{ support_email }}</a>.
</p>
<p>
Best,<br />

View File

@ -11,7 +11,7 @@
<p>Device: {{ device_info.device_browser if device_info.device_browser else 'An unknown browser' }} on {{ device_info.device_os if device_info.device_os else 'an unknown operating system' }}.</p>
<p>IP Address: {{ device_info.device_ip }}</p>
</blockquote>
<p>If you do not recognize this login activity, or think your account may have been compromised, please contact us immediately at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.</p>
<p>If you do not recognize this login activity, or think your account may have been compromised, please contact us immediately at <a href="mailto:{{ support_email }}">{{ support_email }}</a>.</p>
<p>If you recognize this login activity, you can archive this notice.</p>
<p>Thanks,<br />Zulip Account Security</p>
{% endblock %}