MAPG-141 add and fix some links to login/signup
This commit is contained in:
parent
67534a22f5
commit
7539f637b0
@ -3,6 +3,6 @@
|
||||
@section(main)
|
||||
<h2>Account activation</h2>
|
||||
<div class="box">
|
||||
<p class="error justify">Activation failed. Please check the link you entered or retry <a href="/signup" title="Sign up">sign up</a>!</p>
|
||||
<p class="error justify">Activation failed. Please check the link you entered, or retry <a href="/signup" title="Sign up">signing up</a>!</p>
|
||||
</div>
|
||||
@endsection
|
||||
|
@ -10,6 +10,8 @@
|
||||
<div class="right marginTop">
|
||||
<button type="submit">Login</button>
|
||||
</div>
|
||||
<p class="center marginTop"><a href="/password/requestReset" title="Request password reset">Forgot your password?</a></p>
|
||||
<p class="center marginTop"><a href="/signup" title="Sign up">New to <?= $_ENV['APP_NAME'] ?>?</a></p>
|
||||
<hr>
|
||||
<div class="center">
|
||||
<a class="button yellow" href="/login/google" title="Login with Google">Login with Google</a>
|
||||
|
@ -22,6 +22,7 @@
|
||||
--><button id="resetSignupButton" class="gray marginTop marginLeft" type="button">Reset</button>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<p class="center marginTop"><a href="/login" title="Login">Already have an account?</a></p>
|
||||
<hr>
|
||||
<div class="center">
|
||||
<a class="button yellow" href="/login/google" title="Signup with Google">Signup with Google</a>
|
||||
|
Loading…
Reference in New Issue
Block a user