Semaphore/public/html/projects/repositories/list.jade
Matej Kramny 990f1e7f90 Improve UI, add Names to things
- Document some more
- Add names to Repository/environment/inventory
- UI for new Template
2016-04-11 11:02:10 +01:00

14 lines
360 B
Plaintext

h3 Repositories
button.btn.btn-success.btn-xs.pull-right(ng-click="add()") Create Repository
table.table
thead: tr
th Name
th Git URL
th SSH Key
th  
tbody: tr(ng-repeat="repo in repositories")
td {{ repo.name }}
td {{ repo.git_url }}
td {{ repo.ssh_key_id }}
td: button.btn.btn-danger.btn-xs.pull-right(ng-click="remove(repo)") delete