Add a create repo button in a few places

This commit is contained in:
Joseph Schorr 2013-10-28 13:22:18 -04:00
parent 8cb177128b
commit 5175364e62
3 changed files with 17 additions and 5 deletions

View file

@ -4,6 +4,13 @@
<div class="container ready-indicator" ng-show="!loading" data-status="{{ loading ? '' : 'ready' }}">
<div class="repo-list" ng-show="!user.anonymous">
<a href="/new/">
<button class="btn btn-success" style="float: right">
<i class="fa fa-upload user-tool" title="Create new repository"></i>
Create Repository
</button>
</a>
<h3>Your Repositories</h3>
<div ng-show="private_repositories.length > 0">
<div class="repo-listing" ng-repeat="repository in private_repositories">