Slightly better repo list screen
This commit is contained in:
parent
6bcb5cfcaa
commit
685479da7b
4 changed files with 32 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
<div class="container">
|
||||
<h3>Repositories</h3>
|
||||
<div ng-repeat="repository in repositories">
|
||||
<div class="repo-listing" ng-repeat="repository in repositories">
|
||||
<i class="icon-hdd icon-large"></i>
|
||||
<a ng-href="#/repository/{{repository.namespace}}/{{ repository.name }}">{{repository.namespace}}/{{repository.name}}</a>
|
||||
<div class="description">{{repository.description}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue