Sha256: b5086bbf23b5d1ba5e10307f4e4094379806e6e5a64255a1408ccf4ff35b20d9

Contents?: true

Size: 546 Bytes

Versions: 16

Compression:

Stored size: 546 Bytes

Contents

<a href="{{ include.link }}" class="button is-rounded is-dark">
<span> {{ include.label }} </span>
    
{% unless include.no-icon %}
{% if include.type == "external" %}
<span class="icon is-small">
    <i class="fas icon-external fa-xs invert"></i>
    </span> 
{% elsif include.type == "download" %}
<span class="icon is-small">
    <i class="fas icon-download fa-xs invert"></i>
    </span> 
{% else %}
<span class="icon is-small">
    <i class="fas fa-chevron-right fa-xs"></i>
    </span> 
{% endif %}
{% endunless %}
</a>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
intia-theme-0.1.65 _includes/button.html
intia-theme-0.1.64 _includes/button.html
intia-theme-0.1.63 _includes/button.html
intia-theme-0.1.62 _includes/button.html
intia-theme-0.1.61 _includes/button.html
intia-theme-0.1.60 _includes/button.html
intia-theme-0.1.59 _includes/button.html
intia-theme-0.1.58 _includes/button.html
intia-theme-0.1.57 _includes/button.html
intia-theme-0.1.56 _includes/button.html
intia-theme-0.1.55 _includes/button.html
intia-theme-0.1.54 _includes/button.html
intia-theme-0.1.53 _includes/button.html
intia-theme-0.1.52 _includes/button.html
intia-theme-0.1.51 _includes/button.html
intia-theme-0.1.50 _includes/button.html