mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 08:15:09 +00:00
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
- var itemsCount = this.state.items.length;
|
|
|
|
if itemsCount
|
|
.builds.builds__timeline.builds__timeline-large(class="builds__timeline-#{itemsCount % 2 ? 'left' : 'right'}")
|
|
each build, index in this.state.items
|
|
Item(build=build, key=build.id)
|
|
else
|
|
p Build history is empty
|