Sha256: baf43d6f915c7fe9eefc1beb586af0f4ee6c0743be54effed62c5567f9927b7c
Contents?: true
Size: 1.22 KB
Versions: 68
Compression:
Stored size: 1.22 KB
Contents
<div class="panel panel-default cdb_panel" id="feelings-container"> <div class="panel-heading"> <h3 class="panel-title adjusted-panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#feelingsCollapse"> Feelings </a> </h3> </div> <div id="feelingsCollapse" class="panel-collapse collapse in"> <div class="panel-body"> <div class="table-responsive div-table-viz"> <table class="table table-hover data-table" id="emotions-table"> <thead> <tr> <th class="not-displayed"></th> <th>Feeling</th> <th>Rating</th> <th>Date</th> </tr> </thead> <tbody> <%= render partial: "think_feel_do_engine/emotions/emotion_coach_view", collection: @participant.emotional_ratings, as: :emotional_rating %> </tbody> </table> </div> </div> </div> </div> <script type="text/javascript"> $(function() { return $('#emotions-table').dataTable({ order: [[3, 'desc']], columnDefs: [ { targets: [0], visible: false }, { targets: [3], orderData: [0] } ] }); }); </script>
Version data entries
68 entries across 68 versions & 1 rubygems