Fix a typo on the v1 page.

This commit is contained in:
yackob03 2013-10-31 11:32:17 -04:00
parent b96f678df8
commit 834cb28d30

View file

@ -3,7 +3,7 @@
<h3>Welcome <b>{{ user.username }}</b>. Your account is fully activated!</h3>
<div style="margin-top: 20px;">
<a class="btn btn-lg btn-primary" hred="/repository/">Browse all repositories</a>
<a class="btn btn-lg btn-primary" href="/repository/">Browse all repositories</a>
</div>
</div>
<div ng-show="!user.anonymous && !user.verified">