Sha256: 1647d9855f5cded66bad4eb5a721faddbde45b82c049984ee33ec057272078ce

Contents?: true

Size: 948 Bytes

Versions: 4

Compression:

Stored size: 948 Bytes

Contents

{% if context == "legend" %}

{% else %}

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

    {% assign parent = item.text | replace: ' ','-' %}
    {% assign unique = PageChapter | append : '-' | append : PageTitle %}
    {% assign for = unique | append : '-' | append : parent | 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

4 entries across 4 versions & 1 rubygems

Version Path
futuro-1.0.2 _includes/html/page/content/loop/form/text.liquid
futuro-1.0.1 _includes/html/page/content/loop/form/text.liquid
futuro-1.0.0 _includes/html/page/content/loop/form/text.liquid
futuro-0.9.9 _includes/html/page/content/loop/form/text.liquid