Fixed cancel link.
This commit is contained in:
parent
47df83c4f7
commit
29bd04b0bb
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
<%- @form %>
|
<%- @form %>
|
||||||
<button class="btn cancel">Cancel</button>
|
<a href="#/" class="btn cancel">Cancel</a>
|
||||||
<button class="btn-primary submit">Create my account</button>
|
<button class="btn btn-primary submit">Create my account</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue