Sha256: 32c1134a4a754cd903956ab5a265645ffafa92bf2e4cda3af088cf3010c81b41

Contents?: true

Size: 1.43 KB

Versions: 12

Compression:

Stored size: 1.43 KB

Contents

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

{%- if item.row -%}

  {%- if RowType == "header" -%}

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

      {%- if item.row.title -%}

        <span class="block screen-title">

          {{ item.row.title }}

        </span>

      {%- endif -%}

      {%- if item.row.time -%}

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

          {{ item.row.time }}

        </span>

      {%- endif -%}

    </span>

  <!-- {%- elsif RowType == "alert" -%}

    {%- include {{ LoopAlert | append : 'create.liquid' }}
                   context = "screen"
                   title   = item.row.title -%} -->

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

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

        {%- if item.row.time -%}

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

            {{ item.row.time }}

          </span>

        {%- endif -%}

        {%- if item.row.title -%}

          <span class="block screen-title">

            {{ item.row.title }}

            {%- if item.row.cert -%}

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

            {%- endif -%}

          </span>

        {%- endif -%}

        {%- if item.row.subtitle -%}

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

            {{ item.row.subtitle }}

          </span>

        {%- endif -%}

      </span>

  {%- endif -%}

{%- endif -%}

Version data entries

12 entries across 12 versions & 1 rubygems

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