Sha256: f25018806f2d3ea457efcbbccb8c9d24ce76c84f3aa5a613f49169694c447870
Contents?: true
Size: 922 Bytes
Versions: 23
Compression:
Stored size: 922 Bytes
Contents
{%- if context == "legend" -%} <!-- <span class="block legend-row"> <span><strong>{{ item.text }}</strong></span> </span> --> {%- else -%} <p class="block form-row text-row"> {% assign parent = item.text %} {% assign for = parent | replace: ' ','-' | downcase %} {%- include {{ LoopForm | append : 'label.liquid' }} for=for title=item.text small=item.small class="form-label" -%} <span class="textinput-wrap {% if item.stub %}stub{% endif %}"> <span class="textinput-border"> {%- include {{ LoopForm | append : 'input.liquid' }} type="text" id=for name="name" class="text-input" -%} </span> {%- if item.inline -%} <small>{{ item.inline }}</small> {%- endif -%} </span> </p> {%- endif -%}
Version data entries
23 entries across 23 versions & 1 rubygems