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