Sha256: 63d72980cbf2b372064e24520e08d8117a776b94c987d397cabff241d5a50f25

Contents?: true

Size: 636 Bytes

Versions: 35

Compression:

Stored size: 636 Bytes

Contents

<div class="card">
  <% if title %>
    <h5 class="card-header"><%= title %></h5>
  <% end %>
  <div class="card-body">
    <div class="container-fluid">
      <div class="row justify-content-md-center">
        <div class="col-12 col-sm-4 col-xl-3">
          <%= pie_sigils.html %>
        </div>
        <div class="d-none d-xl-block col-xl-1"></div>
        <div class="col-12 col-sm-4 col-xl-3">
          <%= pie_calls.html %>
        </div>
        <div class="d-none d-xl-block col-xl-1"></div>
        <div class="col-12 col-sm-4 col-xl-3">
          <%= pie_sigs.html %>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
spoom-1.1.10 templates/card_snapshot.erb
spoom-1.1.9 templates/card_snapshot.erb
spoom-1.1.8 templates/card_snapshot.erb
spoom-1.1.7 templates/card_snapshot.erb
spoom-1.1.6 templates/card_snapshot.erb
spoom-1.1.5 templates/card_snapshot.erb
spoom-1.1.4 templates/card_snapshot.erb
spoom-1.1.3 templates/card_snapshot.erb
spoom-1.1.2 templates/card_snapshot.erb
spoom-1.1.1 templates/card_snapshot.erb
spoom-1.1.0 templates/card_snapshot.erb
spoom-1.0.9 templates/card_snapshot.erb
spoom-1.0.8 templates/card_snapshot.erb
spoom-1.0.7 templates/card_snapshot.erb
spoom-1.0.6 templates/card_snapshot.erb