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 %}
|
||||
<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>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
|
|
@ -50,7 +50,7 @@ The Zulip Team
|
|||
--
|
||||
Manage email preferences:
|
||||
|
||||
{{ realm_uri }}/#settings
|
||||
{{ realm_uri }}/#settings/notifications
|
||||
|
||||
Unsubscribe from digest emails:
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
{% block manage_preferences %}
|
||||
|
||||
<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>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
|
|
@ -17,7 +17,7 @@ Thanks,
|
|||
Zulip
|
||||
----
|
||||
Manage email preferences:
|
||||
{{ realm_uri }}/#settings
|
||||
{{ realm_uri }}/#settings/notifications
|
||||
|
||||
Unsubscribe from welcome emails:
|
||||
{{ unsubscribe_link }}
|
||||
|
|
|
@ -57,5 +57,5 @@
|
|||
{% endblock %}
|
||||
|
||||
{% 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 %}
|
||||
|
|
|
@ -29,7 +29,7 @@ The Zulip Team
|
|||
|
||||
Manage email preferences:
|
||||
|
||||
{{ realm_uri }}/#settings
|
||||
{{ realm_uri }}/#settings/notifications
|
||||
|
||||
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 %}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 %}
|
||||
|
|
Loading…
Reference in New Issue