Semaphore/public/html/projects/repositories.jade
Matej Kramny 2e1ad91e7a Running tasks
- Link models with tables
- Basic API to fetch everything
2016-04-07 13:49:34 +01:00

5 lines
113 B
Plaintext

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