summaryrefslogtreecommitdiff
path: root/src/module/buildslist.tpl.jade
blob: ad363706e8a2d6983b617a0d735338498b8568a7 (plain) (blame)
1
2
3
4
5
6
7
8
basefield
    label.control-label.col-sm-2(for="{{build.name}}")
        | {{build.label}}
    .col-sm-10
        select.form-control(name="{{build.name}}",
                            ng-model="selectValue",
                            ng-change="changed(selectValue, true)",
                            ng-options="v as v.name for v in build.choices | orderBy:'-complete_at' track by v.id")