Sha256: d0dd7d59ea3d4dc5f2f6a89e4457e061224fbcd21a79bee51fc716007abe2ef3

Contents?: true

Size: 419 Bytes

Versions: 74

Compression:

Stored size: 419 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 %>
  <%= content_for :card_content %>
  <% if content_for?(:card_footer) %>
    <footer class="next-card__footer">
      <%= content_for :card_footer %>
    </footer>
  <% end %>
</div>

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
disco_app-0.8.8 app/views/disco_app/shared/_card.html.erb
disco_app-0.8.9 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.0 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.1 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.2 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.3 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.4 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.5 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.6 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.7 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.8 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.9 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.10 app/views/disco_app/shared/_card.html.erb
disco_app-0.9.11 app/views/disco_app/shared/_card.html.erb
disco_app-0.10.0 app/views/disco_app/shared/_card.html.erb
disco_app-0.10.1 app/views/disco_app/shared/_card.html.erb
disco_app-0.10.2 app/views/disco_app/shared/_card.html.erb
disco_app-0.10.3 app/views/disco_app/shared/_card.html.erb
disco_app-0.10.4 app/views/disco_app/shared/_card.html.erb
disco_app-0.10.5 app/views/disco_app/shared/_card.html.erb