Tweak signin / signup pages.

* Link to the signup page on the signin page.
* Clarify that emails are optional on the signup page.
This commit is contained in:
evazion
2019-09-01 15:12:44 -05:00
parent fe4d90c5e0
commit 5b468444e7
2 changed files with 7 additions and 3 deletions

View File

@@ -18,6 +18,10 @@
<label for="remember" id="remember-label">Remember</label>
</div>
<p class="hint">
New to <%= Danbooru.config.app_name %>? <%= link_to "Create a new account", new_user_path %>.
</p>
<div class="input">
<%= submit_tag "Submit", :data => { :disable_with => "Signing in..." } %>
</div>