nci/static/js/app/components/builds/item.jade

8 lines
318 B
Plaintext
Raw Normal View History

li.list-group-item(title= item.status === 'in-progress' ? 'Current step is: ' + item.currentStep : 'Build is done')
2015-05-07 21:55:40 +00:00
span.badge= item.status
a.pull-right(href="javascript:void(0);", onClick=onBuildSelect(item.id), style={marginRight: '5px'}) show console output
span #
2015-05-07 21:55:40 +00:00
span= item.id
span
span= item.project.name