Sha256: e5a99a46ef30520cd4097c904cdf2ac5313869550435e794d9ac5d460a2ef20b

Contents?: true

Size: 901 Bytes

Versions: 12

Compression:

Stored size: 901 Bytes

Contents

{% if item.phone.tag %}

{% assign ItemTags = item.phone.tag | prepend : 'tag-' | split : ' ' | join : ' tag-' %}

{% endif %}

<p class="block form-row text-row">

{% include html/assign/name.liquid parent="phone" %}

{% include {{ ContentLoop | append : 'label.liquid' }}
              label = item.phone.label
              small = item.phone.small
              subtitle = item.phone.subtitle
              required = item.phone.required 
              position = "top"
              class = "form-label" %}

<span class="block text-input {% if item.phone.tag %}{{ ItemTags }}{% endif %}">

  <span class="wrap text-input">

    {% include {{ ContentLoop | append : 'input.liquid' }}
                  required = item.phone.required              
                  type  = "tel" %}

  </span>

  {% if item.phone.inline %}

    <small>{{ item.phone.inline }}</small>

  {% endif %}

</span>

</p>

Version data entries

12 entries across 12 versions & 1 rubygems

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