Sha256: b077c0a1cdafa884f0bfb7342a7ef26df014ff877773ba175763c79b93cf4e49
Contents?: true
Size: 328 Bytes
Versions: 5
Compression:
Stored size: 328 Bytes
Contents
#breadcrumbs { logic: { last_index = breadcrumbs.length - 1 breadcrumbs.each_with_index do |item, i| if i < last_index _content('item1') else _content('item2') end end } } #anchor { value: item[:title]; attrs: "href" item[:path]; } #item2 { value: item[:title]; }
Version data entries
5 entries across 5 versions & 1 rubygems