Add a table view to the repos list page

Fixes #104
This commit is contained in:
Joseph Schorr 2015-06-09 17:58:57 -04:00
parent 7043ddc935
commit 2b1bbcb579
16 changed files with 416 additions and 134 deletions

View file

@ -1,6 +1,11 @@
.repo-list .repo-list-panel {
padding: 20px;
padding-top: 0px;
padding-top: 20px;
}
.repo-list .repo-list-panel .btn-group {
float: right;
margin-bottom: 10px;
}
.repo-list .repo-list-namespaces h4 {