mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
realm_redirect: Add help for self hosted users to login.
This commit is contained in:
@@ -48,6 +48,12 @@
|
|||||||
<a target="_blank" rel="noopener noreferrer" href="{{ org_creation_link }}">Create a new organization</a> if you don't have one yet.
|
<a target="_blank" rel="noopener noreferrer" href="{{ org_creation_link }}">Create a new organization</a> if you don't have one yet.
|
||||||
{% endtrans %}
|
{% endtrans %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="bottom-text self-hosting-login-help-text">
|
||||||
|
{{ _("Self-hosting Zulip?") }}
|
||||||
|
{% trans self_hosted_login_help="https://zulip.com/help/self-hosted-billing#log-in-to-billing-management" %}
|
||||||
|
You can <a target="_blank" rel="noopener noreferrer" href="{{ self_hosted_login_help }}">log in to manage plans and billing.</a>
|
||||||
|
{% endtrans %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1579,3 +1579,7 @@ button#register_auth_button_gitlab {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.self-hosting-login-help-text {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user