More updates to allow for static snapshotting.
This commit is contained in:
parent
785995b473
commit
da29da5c66
5 changed files with 25 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
<i class="icon-spinner icon-spin icon-3x"></i>
|
||||
</div>
|
||||
|
||||
<div class="container" ng-show="!loading">
|
||||
<div class="container ready-indicator" ng-show="!loading" data-status="{{ loading ? '' : 'ready' }}">
|
||||
<div class="repo-list" ng-show="!user.anonymous">
|
||||
<h3>Your Repositories</h3>
|
||||
<div ng-show="private_repositories.length > 0">
|
||||
|
|
Reference in a new issue