Sha256: 37797714a4b35f85b287327a9550d6632724ea033158b41a5af083b38b1cdffd
Contents?: true
Size: 699 Bytes
Versions: 13
Compression:
Stored size: 699 Bytes
Contents
{%- comment -%} Nested cards @param :profile [ActivityDrop] Actor @param :activity [ActivityDrop] Note @param :replies [ActivityDrop] Collection {%- endcomment -%} {% include activity_pub/toot_card.html profile=include.profile activity=include.activity component_class="my-3" %} {% if include.replies.available %} {% assign replies = include.replies.all_items | sort: 'published' %} {% for reply in replies %} <blockquote class="border-left border-gray-light border-width-3 pl-3"> {% include activity_pub/cards.html profile=reply.attributedTo activity=reply replies=reply.replies %} </blockquote> {% endfor %} {% endif %}
Version data entries
13 entries across 13 versions & 3 rubygems