Sha256: ba33eb74029eb76487e40eb33f21cd67a15ed3f821c193e9489f61dcf1b3d185
Contents?: true
Size: 943 Bytes
Versions: 12
Compression:
Stored size: 943 Bytes
Contents
{% if item.email.tag %} {% assign ItemTags = item.email.tag | prepend : 'tag-' | split : ' ' | join : ' tag-' %} {% endif %} <p class="block form-row text-row"> {% include html/assign/name.liquid parent="email" %} {% include {{ ContentLoop | append : 'label.liquid' }} label = item.email.label small = item.email.small subtitle = item.email.subtitle required = item.email.required position = "top" class = "form-label" %} <span class="block text-input {% if item.email.tag %}{{ ItemTags }}{% endif %}"> <span class="wrap text-input"> {% include {{ ContentLoop | append : 'input.liquid' }} required = item.email.required type = "email" %} </span> {% if item.email.inline %} <small>{{ item.email.inline }}</small> {% endif %} </span> </p>
Version data entries
12 entries across 12 versions & 1 rubygems