- 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:
parent
211fd6bcd7
commit
31914da4ca
4 changed files with 31 additions and 4 deletions
|
@ -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 -->
|
||||
|
|
Reference in a new issue