Sha256: 52fc1e8db47b1a614a3ff0a42fdcc72fef26fb702e0ff609033ae678959464a1
Contents?: true
Size: 547 Bytes
Versions: 33
Compression:
Stored size: 547 Bytes
Contents
<!-- A 'card' is a representation of an sub-object *within* a page, such as a comment on a blog-post, or a single product in a list of produtcs. This definition is just the very basic framework which gives the basis for the automatic cards that get generated. See `app/views/taglibs/auto/rapid/cards.dryml` for the cards that have been generated for your specific application. --> <def tag="card" polymorphic> <div class="card" param="default" merge-attrs> <header param/> <div param="body" if="&all_parameters[:body]"/> </div> </def>
Version data entries
33 entries across 33 versions & 1 rubygems