Sha256: 3de443ddd8d868da993f8e49cb655f1ad0cc28867c9d9e0690f4a3b68bbca3fb
Contents?: true
Size: 337 Bytes
Versions: 5
Compression:
Stored size: 337 Bytes
Contents
- state ||= nil - states ||= [] %ol.progbar{data: { "progbar-steps" => states.length }} - index = states.find_index(state) || -1 - states.each_with_index do |cur_state, cur_index| - if index >= cur_index %li.progbar-done = cur_state.to_s.humanize - else %li.progbar-todo = cur_state.to_s.humanize
Version data entries
5 entries across 5 versions & 1 rubygems