Sha256: 453f8a150e1468c86d3f181620f7807f40e6dafcc1d4263aa023a125f3c69983

Contents?: true

Size: 1.13 KB

Versions: 20

Compression:

Stored size: 1.13 KB

Contents

{% assign section = include.section %}
<section id="{{ section.section_id }}" class="block block-cta outer">
    <div class="inner">
        <div class="has-gradient">
            <div class="grid grid-middle grid-center">
                {% if section.title or section.subtitle %}
                <div class="grid-item block-header">
                    {% assign title_is_not_empty = section.title | is_not_empty %} {% if title_is_not_empty %}
                    <h2 class="block-title">{{ section.title }}</h2>
                    {% endif %} {% assign subtitle_is_not_empty = section.subtitle | is_not_empty %} {% if subtitle_is_not_empty %}
                    <p class="block-subtitle">{{ section.subtitle }}</p>
                    {% endif %}
                </div>
                {% endif %} {% assign actions_is_not_empty = section.actions | is_not_empty %} {% if actions_is_not_empty %}
                <div class="grid-item block-buttons">

                    {% include cta_buttons.html actions=section.actions %}
                </div>
                {% endif %}
            </div>
        </div>
    </div>
</section>
<!-- .block -->

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ledger_sync-3.0.0 documentation/site/_includes/section_cta.html
ledger_sync-2.6.0 documentation/site/_includes/section_cta.html
ledger_sync-2.5.0 documentation/site/_includes/section_cta.html
ledger_sync-2.4.4 documentation/site/_includes/section_cta.html
ledger_sync-2.3.1 documentation/site/_includes/section_cta.html
ledger_sync-2.2.3 documentation/site/_includes/section_cta.html
ledger_sync-2.2.1 documentation/site/_includes/section_cta.html
ledger_sync-2.2.0 documentation/site/_includes/section_cta.html
ledger_sync-2.0.2 documentation/site/_includes/section_cta.html
ledger_sync-2.0.1 documentation/site/_includes/section_cta.html
ledger_sync-2.0.0 documentation/site/_includes/section_cta.html
ledger_sync-2.0.0.pre.1 documentation/site/_includes/section_cta.html
ledger_sync-1.8.1 documentation/site/_includes/section_cta.html
ledger_sync-1.8.0 documentation/site/_includes/section_cta.html
ledger_sync-1.7.0 documentation/site/_includes/section_cta.html
ledger_sync-1.6.0 documentation/site/_includes/section_cta.html
ledger_sync-1.5.2 documentation/site/_includes/section_cta.html
ledger_sync-1.5.1 documentation/site/_includes/section_cta.html
ledger_sync-1.5.0 documentation/site/_includes/section_cta.html
ledger_sync-1.4.4 documentation/site/_includes/section_cta.html