Sha256: 48c316819fc6e2796958e3d3ff464a46aece49e09dc9c2e0810401715d4bfef7
Contents?: true
Size: 700 Bytes
Versions: 21
Compression:
Stored size: 700 Bytes
Contents
<h2>Your Planned Activities</h2> <p>Green rows are activities you're adding now</p> <table class="table table-condensed" id="previous_activities"> <thead> <th>Activity</th> <th>Planned For</th> <th>Predicted Pleasure Value</th> <th>Predicted Accomplishment Value</th> </thead> <tbody> <%= render partial: "think_feel_do_engine/activities/previously_planned", collection: already_sched_activities, as: :activity %> </tbody> </table> <%= content_tag(:a, t(:next), type: "submit", class: "btn btn-primary pull-right", href: navigator_next_content_path) %> <script type="text/javascript"> var AT = new sc.activityTracker("<%= navigator_next_content_path %>"); </script>
Version data entries
21 entries across 21 versions & 1 rubygems