Switch some unnecessary button calls over to links.

This commit is contained in:
yackob03 2013-10-29 13:41:26 -04:00
parent e8cbc9c864
commit a313a77a6b
4 changed files with 7 additions and 19 deletions

View file

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