Sha256: e9e0a5909ffce53b7cd5d53a71c9606d698bb1a29901614f5e63b2278e5b8f1c
Contents?: true
Size: 216 Bytes
Versions: 3
Compression:
Stored size: 216 Bytes
Contents
<div class="card <%= @classes %>" style="<%= @styles %>"> <% if header? %> <%= header %> <% end %> <div class="card-body"> <%= content %> </div> <% if footer? %> <%= footer %> <% end %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bsvc-0.1.2 | app/components/card/card_component.html.erb |
bsvc-0.1.1 | app/components/card/card_component.html.erb |
bsvc-0.1.0 | app/components/card/card_component.html.erb |