mirror of https://github.com/zulip/zulip.git
dev: Restructure devlogin page link.
Relocate the `developer tools` link from bottom to the top. Edit the sentence appropriately.
This commit is contained in:
parent
a3252e0de7
commit
b771c34493
|
@ -17,7 +17,7 @@ page can be easily identified in it's respective JavaScript file -->
|
|||
{% else %}
|
||||
<h4 class="login-page-header">Click on a user to log in!</h4>
|
||||
{% endif %}
|
||||
<p class="devlogin_subheader">(Or visit the <a href="/login/">normal login page</a>.)</p>
|
||||
<p class="devlogin_subheader">(Browse the <a href="/devtools">developer tools</a> or visit the <a href="/login/">normal login page</a>.)</p>
|
||||
<form name="direct_login_form" id="direct_login_form" method="post" class="login-form">
|
||||
<input type="hidden" name="next" value="{{ next }}" />
|
||||
<div class="controls">
|
||||
|
@ -118,7 +118,6 @@ page can be easily identified in it's respective JavaScript file -->
|
|||
<input type="submit" class="dev-button dev-create-button" value="Create demo organization" />
|
||||
</form>
|
||||
</div>
|
||||
<a href="/devtools">Zulip developer tools</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue