Sha256: 5f265c4adc0c9ec5cbc182633272c56c2c88a39e713ccf99ec2bf9b9f09a1e09
Contents?: true
Size: 286 Bytes
Versions: 24
Compression:
Stored size: 286 Bytes
Contents
{% comment %} Render actor's name if it's available, otherwise just return the link. @param actor [ActivityDrop] Actor {% endcomment %} {% if include.actor.available %} <span>{{ include.actor.name | strip_html }}</span> {% else %} <span>{{ include.actor }}</span> {% endif %}
Version data entries
24 entries across 24 versions & 4 rubygems