Sha256: bec215d4badc2a36e6a52f68986f0d884825323193b0964a208141dfdd023ffa
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 Bytes
Contents
<% disabled ||= false %> <div class="next-card <% if disabled %>next-card--disabled<% end %>"> <% if content_for?(:card_header) %> <header class="next-card__header"> <%= content_for :card_header %> </header> <% end %> <section class="next-card__section"> <%= content_for :card_content %> </section> <% if content_for?(:card_footer) %> <footer class="next-card__footer"> <%= content_for :card_footer %> </footer> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
disco_app-0.6.0 | app/views/disco_app/shared/_card.html.erb |
disco_app-0.6.1 | app/views/disco_app/shared/_card.html.erb |