- Better error messages for sign up

- Show a throbber while working on sign up
- Have the front page redirect to the repositories view when logged in
This commit is contained in:
Joseph Schorr 2013-10-01 22:13:43 -04:00
parent 211fd6bcd7
commit 31914da4ca
4 changed files with 31 additions and 4 deletions

View file

@ -43,7 +43,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Quay</a>
<a class="navbar-brand" href="{{ user.anonymous ? '#' : '#/repository' }}">Quay</a>
</div>
<!-- Collapsable stuff -->