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