Sha256: 77ce300b971fd25d566136ce214b718118c1c8e75938ce9fa2d6482b0185ad62

Contents?: true

Size: 1.56 KB

Versions: 12

Compression:

Stored size: 1.56 KB

Contents

{% assign RowType = page.row.type %}

{% if RowType == "header" %}

  <span class="block screen-row {{ page.row.type | prepend : 'type-' }}">

    {% if page.row.title %}

      <span class="block screen-title">

        {{ page.row.title }}

      </span>

    {% endif %}

    {% if page.row.time %}

      <span class="block screen-title small">

        {{ page.row.time }}

      </span>

    {% endif %}

  </span>

{% elsif RowType == "alert" %}

  {% include {{ ContentLoop | append : 'alert.liquid' }}
                 context = "screen"
                 title = page.row.title %}

{% elsif RowType == "event" or
          RowType == "retail" %}

    <span class="block screen-row {{ page.row.type | prepend : 'type-' }}">

      {% if page.row.time %}

        <span class="block screen-title small">

          {{ page.row.time }}

        </span>

      {% endif %}

      {% if page.row.title %}

        <span class="block screen-title">

          {{ page.row.title }}

          {% if page.row.cert %}

            <sup>{{ page.row.cert }}</sup>

          {% endif %}

        </span>

      {% endif %}

      {% if page.row.subtitle %}

        <span class="block screen-title small">

          {{ page.row.subtitle }}

        </span>

      {% endif %}

    </span>

{% elsif RowType == "yousaved" %}

  <span class="block form-alert title-you-saved">

    <span class="block item-object title-you-saved">

      <span>{{ page.row.title }}</span>

      <span class="block item-object-price">{{ page.row.amount | prepend : '£' }}</span>

    </span>

  </span>

{% endif %}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
futuro-1.1.8 _includes/html/page/content/row.liquid
futuro-1.1.7 _includes/html/page/content/row.liquid
futuro-1.1.6 _includes/html/page/content/row.liquid
futuro-1.1.5 _includes/html/page/content/row.liquid
futuro-1.1.4 _includes/html/page/content/row.liquid
futuro-1.1.3 _includes/html/page/content/row.liquid
futuro-1.1.2 _includes/html/page/content/row.liquid
futuro-1.1.1 _includes/html/page/content/row.liquid
futuro-1.1.0 _includes/html/page/content/row.liquid
futuro-1.0.9 _includes/html/page/content/row.liquid
futuro-1.0.8 _includes/html/page/content/row.liquid
futuro-1.0.7 _includes/html/page/content/row.liquid