Sha256: 243de2efb89a52f4605547c65a2a009b94245d6b7e862f7994040649125ab672
Contents?: true
Size: 1.28 KB
Versions: 27
Compression:
Stored size: 1.28 KB
Contents
<h2>New Gratitude Recording</h2> <%= form_for(participant.gratitude_recordings.build, url: create_path, html: { method: :post, role: :form }) do |f| %> <div class="form-group"> <%= f.label :description, "What were you grateful for today? Or, thinking back, what can you feel grateful for now?", class: "control-label" %> <%= f.text_area :description, class: "form-control" %> <a data-toggle="collapse" href="#collapse-gratitude-examples">see some examples</a> <div class="collapse" id="collapse-gratitude-examples"> <div class="well"> <ul> <li>A person who's done you a favor</li> <li>Something you enjoy, like a song or TV show (you can be grateful for the show itself, and also to the people who made it.)</li> <li>Things that make life easier or more pleasant - including really simple things, like a warm blanket.</li> <li>A pet or friendly animal</li> <li>A good friend or close family member, just for being there</li> <li>God or a higher power</li> <li>Nature in general, or a particular plant, flower, or tree</li> <li>Anything else that your're glad to have or experience</li> </ul> </div> </div> </div> <%= f.submit t(:next), class: "btn btn-primary" %> <% end %>
Version data entries
27 entries across 27 versions & 1 rubygems