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.16.1.pre.sidekiq.pre.6.pre.release app/views/disco_app/shared/_card.html.erb
disco_app-0.6.2 app/views/disco_app/shared/_card.html.erb
disco_app-0.6.3 app/views/disco_app/shared/_card.html.erb
disco_app-0.6.4 app/views/disco_app/shared/_card.html.erb
disco_app-0.6.5 app/views/disco_app/shared/_card.html.erb
disco_app-0.6.6 app/views/disco_app/shared/_card.html.erb
disco_app-0.6.7 app/views/disco_app/shared/_card.html.erb
disco_app-0.6.8 app/views/disco_app/shared/_card.html.erb
disco_app-0.6.9 app/views/disco_app/shared/_card.html.erb
disco_app-0.7.0 app/views/disco_app/shared/_card.html.erb
disco_app-0.7.1 app/views/disco_app/shared/_card.html.erb
disco_app-0.7.2 app/views/disco_app/shared/_card.html.erb
disco_app-0.8.0 app/views/disco_app/shared/_card.html.erb
disco_app-0.8.1 app/views/disco_app/shared/_card.html.erb
disco_app-0.8.2 app/views/disco_app/shared/_card.html.erb
disco_app-0.8.3 app/views/disco_app/shared/_card.html.erb
disco_app-0.8.4 app/views/disco_app/shared/_card.html.erb
disco_app-0.8.5 app/views/disco_app/shared/_card.html.erb
disco_app-0.8.6 app/views/disco_app/shared/_card.html.erb
disco_app-0.8.7 app/views/disco_app/shared/_card.html.erb