Sha256: 4dde9c0d8493d87fd0ed6c1acd5f02c9b7144e93193a98208ff5a5a2b0550c7b

Contents?: true

Size: 837 Bytes

Versions: 49

Compression:

Stored size: 837 Bytes

Contents

{%- assign name = include.field[0] -%}
{%- assign id = include.field[1].id | default: name -%}
{%- assign label = include.field[1].label[site.locale] -%}
{%- assign help = include.field[1].help[site.locale] -%}
{%- assign autocomplete = include.field[1].autocomplete -%}

<div class="form-group">
  <label for="{{ id }}">
    {% if include.field[1].required %}*{% endif %}
    {{ label }}
  </label>

  <textarea
    {% if help %}
      aria-describedby="help-{{ id }}"
    {% endif %}
    {% if include.field[1].required %}
      required
    {% endif %}
    name="{{ name }}"
    id="{{ id }}"
    {% if autocomplete %}
      autocomplete="{{ autocomplete }}"
    {% endif %}
    class="form-control"></textarea>

  {%- if .help -%}
    <small id="help-{{ id }}" class="form-text">
      {{ help }}
    </small>
  {%- endif -%}
</div>

Version data entries

49 entries across 49 versions & 6 rubygems

Version Path
adhesiones-jekyll-theme-0.4.1 _includes/text.html
sutty-donaciones-jekyll-theme-0.3.0rc0 _includes/text.html
editorial-autogestiva-jekyll-theme-0.5.0rc0 _includes/text.html
radios-comunitarias-jekyll-theme-0.3.0rc0 _includes/text.html
adhesiones-jekyll-theme-0.4.0 _includes/text.html
adhesiones-jekyll-theme-0.3.2 _includes/text.html
adhesiones-jekyll-theme-0.3.1 _includes/text.html
recursero-jekyll-theme-0.3.0 _includes/text.html
editorial-autogestiva-jekyll-theme-0.4.2 _includes/text.html
adhesiones-jekyll-theme-0.3.0 _includes/text.html
sutty-donaciones-jekyll-theme-0.2.0 _includes/text.html
radios-comunitarias-jekyll-theme-0.2.0 _includes/text.html
editorial-autogestiva-jekyll-theme-0.4.1 _includes/text.html
editorial-autogestiva-jekyll-theme-0.4.0 _includes/text.html
radios-comunitarias-jekyll-theme-0.1.6 _includes/text.html
editorial-autogestiva-jekyll-theme-0.3.5 _includes/text.html
sutty-donaciones-jekyll-theme-0.1.3 _includes/text.html
adhesiones-jekyll-theme-0.2.6 _includes/text.html
adhesiones-jekyll-theme-0.2.5 _includes/text.html
adhesiones-jekyll-theme-0.2.4 _includes/text.html