Semaphore/public/html/projects/environment/list.jade

12 lines
377 B
Plaintext
Raw Normal View History

2016-04-11 18:54:35 +02:00
h3 Environment
button.btn.btn-default.btn-xs.pull-right(ng-click="add()") Create Environment
2016-04-11 18:54:35 +02:00
table.table
thead: tr
th Name
th  
th  
tbody: tr(ng-repeat="env in environment")
td {{ env.name }}
td: button.btn.btn-default.btn-xs(ng-click="editEnvironment(env)") edit environment
td: button.btn.btn-danger.btn-xs.pull-right(ng-click="remove(env)") delete