Semaphore/public/html/projects/repositories.jade

5 lines
113 B
Plaintext
Raw Normal View History

h3 Repositories
table.table
tbody: tr(ng-repeat="repo in repositories")
td {{ repo.id }} - {{ repo.git_url }}