Sha256: ac142ffe861a2cb37bcb5e11278c4f078fd446e35b0980bd46d71a64da244815

Contents?: true

Size: 842 Bytes

Versions: 1

Compression:

Stored size: 842 Bytes

Contents

<p class="block fieldset-row">

  <span class="block legend-content">Seating Plan</span>

  <span class="block legend-key">

    {%- for item in item.legend -%}

      {%- if item.text -%}

        {%- include {{ LoopForm | append : 'text.liquid' }} 
                       context = "legend" -%}

      {%- elsif item.fee -%}

        {%- include {{ LoopForm | append : 'fee.liquid' }} 
                       context = "legend" -%}

      {%- elsif item.desc -%}

        {%- for item in item.desc -%}

          {%- include {{ LoopForm | append : 'item.liquid' }} 
                         context = "legend" -%}

        {%- endfor -%}

      {%- elsif item.button -%}

        {%- include {{ LoopForm | append : 'button.liquid' }} 
                       context = "legend" -%}

      {%- endif -%}

    {%- endfor -%}

  </span>

</p>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
futuro-1.0.3 _includes/html/page/content/loop/form/legend.liquid