emails: Use direct links to notification settings.

Now that we support such direct links, we should be using them where
necessary in our emails.
This commit is contained in:
Tim Abbott 2018-07-12 13:26:54 +05:30
parent 895c7703a6
commit 7e3c4deeac
7 changed files with 7 additions and 7 deletions

View File

@ -95,7 +95,7 @@
{% block manage_preferences %} {% block manage_preferences %}
<p> <p>
<a href="{{ realm_uri }}/#settings">Manage email preferences</a> | <a href="{{ realm_uri }}/#settings/notifications">Manage email preferences</a> |
<a href="{{ unsubscribe_link }}">Unsubscribe from digest emails</a> <a href="{{ unsubscribe_link }}">Unsubscribe from digest emails</a>
</p> </p>
{% endblock %} {% endblock %}

View File

@ -50,7 +50,7 @@ The Zulip Team
-- --
Manage email preferences: Manage email preferences:
{{ realm_uri }}/#settings {{ realm_uri }}/#settings/notifications
Unsubscribe from digest emails: Unsubscribe from digest emails:

View File

@ -30,7 +30,7 @@
{% block manage_preferences %} {% block manage_preferences %}
<p> <p>
<a href="{{ realm_uri }}/#settings">Manage email preferences</a> | <a href="{{ realm_uri }}/#settings/notifications">Manage email preferences</a> |
<a href="{{ unsubscribe_link }}">Unsubscribe from welcome emails</a> <a href="{{ unsubscribe_link }}">Unsubscribe from welcome emails</a>
</p> </p>
{% endblock %} {% endblock %}

View File

@ -17,7 +17,7 @@ Thanks,
Zulip Zulip
---- ----
Manage email preferences: Manage email preferences:
{{ realm_uri }}/#settings {{ realm_uri }}/#settings/notifications
Unsubscribe from welcome emails: Unsubscribe from welcome emails:
{{ unsubscribe_link }} {{ unsubscribe_link }}

View File

@ -57,5 +57,5 @@
{% endblock %} {% endblock %}
{% block manage_preferences %} {% block manage_preferences %}
<p><a href="{{ realm_uri }}/#settings">Manage email preferences</a> | <a href="{{ unsubscribe_link }}">Unsubscribe from missed message emails</a></p> <p><a href="{{ realm_uri }}/#settings/notifications">Manage email preferences</a> | <a href="{{ unsubscribe_link }}">Unsubscribe from missed message emails</a></p>
{% endblock %} {% endblock %}

View File

@ -29,7 +29,7 @@ The Zulip Team
Manage email preferences: Manage email preferences:
{{ realm_uri }}/#settings {{ realm_uri }}/#settings/notifications
Unsubscribe from missed message emails: Unsubscribe from missed message emails:

View File

@ -6,6 +6,6 @@
<p>{% trans %}We've updated your email subscription settings, and you won't get {{ subscription_type }} emails anymore.{% endtrans %}</p> <p>{% trans %}We've updated your email subscription settings, and you won't get {{ subscription_type }} emails anymore.{% endtrans %}</p>
<p>{% trans %}To undo this change or review your other subscription settings, please visit your <a href="{{ realm_uri }}/#settings">Zulip Settings page</a>.{% endtrans %}</p> <p>{% trans %}To undo this change or review your other subscription settings, please visit your <a href="{{ realm_uri }}/#settings/notifications">Zulip Settings page</a>.{% endtrans %}</p>
{% endblock %} {% endblock %}