Sha256: 965f0d7e2874cb9dab87ea03b3985a265a7601bc3a6e3b9d536112660d45e46c
Contents?: true
Size: 442 Bytes
Versions: 23
Compression:
Stored size: 442 Bytes
Contents
{% assign actions = include.actions %} {% for action in actions %} <a class="{% if action.type == 'primary' or action.type == 'secondary' %}button{% endif %}{% if action.type == 'secondary' %} button-secondary{% endif %}" href="{{ action.url | relative_url }}" {% assign new_window_is_not_empty = action.new_window | is_not_empty %}{% if new_window_is_not_empty %}target="_blank" rel="noopener"{% endif %}>{{ action.label }}</a> {% endfor %}
Version data entries
23 entries across 23 versions & 1 rubygems