Sha256: 0282ad10c951f09ea05a3650e577cf572ec053760f5aa4bd47365fea6d170369
Contents?: true
Size: 468 Bytes
Versions: 68
Compression:
Stored size: 468 Bytes
Contents
<h2>Rate your Mood</h2> <%= form_for mood, url: create_path, method: "post", html: { role: "form" } do |f| %> <%= render( "think_feel_do_engine/shared/rating_selector", form: f, name: "rating", label: "What is your mood right now?", prefix: "mood", object: mood, min_text: "Bad", mid_text: "Neither", max_text: "Good" )%> <%= content_tag(:button, t(:next), type: "submit", class: "btn btn-primary pull-right") %> <% end %>
Version data entries
68 entries across 68 versions & 1 rubygems