Sha256: 1dcdb5884ef9fc062e56b69ef21d4a1c14eada85b0330443873dcca556f3e4c4

Contents?: true

Size: 763 Bytes

Versions: 57

Compression:

Stored size: 763 Bytes

Contents

<%= content_tag(:div,
  id: object.id,
  data: object.data,
  class: object.classname) do %>
  
  <div class="pb_progress_step_item_wrapper">
    <div class="pb_progress_step_item_connector_first"></div>
    <div class="pb_progress_step_item_step_wrapper">
      <div class="pb_progress_step_item_step">
        <div class="pb_progress_step_item_step_connector_first"></div>
        <div class="pb_progress_step_item_step_circle">
          <%= pb_rails("icon", props: { icon: "check", size: "xs" }) %>
        </div>
        <div class="pb_progress_step_item_step_connector_second"></div>
      </div>
      <div>
        <%= capture(&object.children) %>
      </div>
    </div>
    <div class="pb_progress_step_item_connector_second"></div>
  </div>

<% end %>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
playbook_ui-6.2.1 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.2.0 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-7.0.0.pre.alpha1 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.1.0.pre.alpha5 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.1.0.pre.alpha4 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.1.0.pre.alpha3 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.1.0.pre.alpha2 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.1.0.pre.alpha1 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.1.0 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.0.1.pre.alpha6 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.0.1.pre.alpha5 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.0.1.pre.alpha4 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.0.1.pre.alpha3 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.0.1.pre.alpha2 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-5.2.0.pre.alpha15 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-5.2.0.pre.alpha14 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-5.2.0.pre.alpha13 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.0.1 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-5.2.0.pre.alpha12 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
playbook_ui-6.0.0 app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb