Add a create repo button in a few places
This commit is contained in:
parent
8cb177128b
commit
5175364e62
3 changed files with 17 additions and 5 deletions
|
@ -61,7 +61,8 @@
|
|||
<div ng-show="!user.anonymous" class="user-welcome">
|
||||
<img class="gravatar" src="//www.gravatar.com/avatar/{{ user.gravatar }}?s=128&d=identicon" />
|
||||
<div class="sub-message">Welcome <b>{{ user.username }}</b>!</div>
|
||||
<button ng-show="myrepos" class="btn btn-lg btn-primary btn-block" ng-click="browseRepos()">Browse all repositories</button>
|
||||
<button ng-show="myrepos" class="btn btn-primary" ng-click="browseRepos()">Browse all repositories</button>
|
||||
<button ng-show="myrepos" class="btn btn-success" ng-click="createRepo()">Create a new repository</button>
|
||||
</div>
|
||||
</div> <!-- col -->
|
||||
</div> <!-- row -->
|
||||
|
|
Reference in a new issue