mirror of https://github.com/zulip/zulip.git
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:
parent
895c7703a6
commit
7e3c4deeac
|
@ -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 %}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue