Sha256: dd3e682eb532cd0032ba285715d09ef286b608c5feb019fc6a080335cbc35a51
Contents?: true
Size: 372 Bytes
Versions: 68
Compression:
Stored size: 372 Bytes
Contents
<% thought_patterns.each_with_index do |thought_pattern, i| %> <div class="thought-pattern well well-lg<%= i == 0 ? "" : " not-displayed" %>"> <h3><%= thought_pattern.title %></h3> <p><%= thought_pattern.description %></p> </div> <% end %> <%= content_tag(:button, t(:next), type: "submit", class: "btn btn-primary pull-right", id: "next-thought-pattern") %>
Version data entries
68 entries across 68 versions & 1 rubygems