Sha256: f1a272403e816268eabdbf97cf5e68c3c9fda0045dc27f6135a947d0d432e7c8
Contents?: true
Size: 759 Bytes
Versions: 1
Compression:
Stored size: 759 Bytes
Contents
.service-chain .wizard .wizard-track.bg-light - service_chain.steps.each_with_index do |step, index| - if step.display? .wizard-step{ class: [step.completion_status, (step.actual? ? :actual : nil)].compact.join(" "), id: "step#{index + 1}" } - if step.actual? %span.wizard-step-marker.rounded-circle.bg-primary.text-white %i.fas.fa-play = step.label - else - if step.completed? %span.wizard-step-marker.rounded-circle.bg-success.text-white %i.fas.fa-check - else %span.wizard-step-marker.rounded-circle.bg-secondary.text-white %i.fas.fa-circle = link_to(step.label, step.url(self))
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rao-service_chain-0.0.35.pre | app/views/rao/service_chain/application_view_helper/render_progress/_bootstrap4.html.haml |