mirror of https://github.com/zulip/zulip.git
portico: Add links to import from slack and gitter to /new.
This commit is contained in:
parent
03a07783a3
commit
1bbe87cf82
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue