Fix a typo on the v1 page.
This commit is contained in:
parent
b96f678df8
commit
834cb28d30
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Reference in a new issue