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