Sha256: 33879b4afc7b233f9b4f13524de77546f729f98a6e3f984fa57d5a4b86594427
Contents?: true
Size: 360 Bytes
Versions: 1
Compression:
Stored size: 360 Bytes
Contents
<fieldset> <legend id="{{ include.id }}-legend">{{ include.question }}</legend> {% assign answers = include.answers | split: "|" %} {% for answer in answers %} <input id="{{ answer | slugify }}" name="reply" type="radio" aria-describedby="{{ include.id }}-legend"/> <label for="{{ answer | slugify }}">{{ answer }}</label> {% endfor %} </fieldset>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dta_rapid-0.1.0 | _includes/radio_buttons.html |