Sha256: b2d422537300c7dca11f8206a5b8e85358804706aca0eb49e23cf05492e531dc

Contents?: true

Size: 708 Bytes

Versions: 2

Compression:

Stored size: 708 Bytes

Contents

.service-chain
  .wizard
    .wizard-track.bg-light
    - service_chain.steps.each_with_index do |step, index|
      .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

2 entries across 2 versions & 1 rubygems

Version Path
rao-service_chain-0.0.34.pre app/views/rao/service_chain/application_view_helper/render_progress/_bootstrap4.html.haml
rao-service_chain-0.0.33.pre app/views/rao/service_chain/application_view_helper/render_progress/_bootstrap4.html.haml