Sha256: 158f25256fcd772417659bc213897465a25256575efde69458a6a1e872eef01a
Contents?: true
Size: 535 Bytes
Versions: 68
Compression:
Stored size: 535 Bytes
Contents
<div class="form-group"> <label for="thought_pattern_id">What thought pattern is this an example of?</label> <span class="help-block">(don't worry if it matches more than one, just pick the closest fit)</span> <%= f.select(:pattern_id, options_for_select(ThoughtPattern.all.map { |p| [p.title, p.id, { :"title" => p.description, :"data-description" => p.description}] }), { prompt: "Select one..." }, class: "form-control suggested") %> </div> <div class="alert alert-info not-displayed" id="thought-pattern-description"></div>
Version data entries
68 entries across 68 versions & 1 rubygems