mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 11:35:07 +00:00
8 lines
318 B
Plaintext
8 lines
318 B
Plaintext
li.list-group-item(title= item.status === 'in-progress' ? 'Current step is: ' + item.currentStep : 'Build is done')
|
|
span.badge= item.status
|
|
a.pull-right(href="javascript:void(0);", onClick=onBuildSelect(item.id), style={marginRight: '5px'}) show console output
|
|
span #
|
|
span= item.id
|
|
span
|
|
span= item.project.name
|