mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 00:45:08 +00:00
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
.builds
|
|
if !this.state.items.length
|
|
p Build list is empty
|
|
each build, index in this.state.items
|
|
Item(build=build, key=build.id)
|