Sha256: 8e55dd6596a6e357fe5b1b7caed68272c010265ded99477062fbbd1189473afa
Contents?: true
Size: 335 Bytes
Versions: 2
Compression:
Stored size: 335 Bytes
Contents
<:Body> <div class="form-group {#if @errors}has-error{/}"> {#if @label} <label class="control-label">{@label}</label> {/} <input type="{@type}" value="{@value}" e-focusout="blurred" class="form-control" /> {#if @errors} <span class="control-label errors">{@errors.or([]).join(', ')}</span> {/} </p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
volt-fields-0.0.2 | app/fields/views/text/index.html |
volt-fields-0.0.1 | app/fields/views/text/index.html |