mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
portico: Add links to import from slack and gitter to /new.
This commit is contained in:
@@ -300,6 +300,11 @@ html {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.register-page .register-form .bottom-text {
|
||||
font-size: 1.2rem;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.new-style .alert:not(.alert-info) {
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
@@ -36,6 +36,10 @@ $(function () {
|
||||
<div class="alert alert-error">{{ error }}</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<div class="bottom-text">
|
||||
Or import from <a href="/help/import-from-slack">Slack</a> or
|
||||
<a href="/help/import-from-gitter">Gitter</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user