Skip to content

Commit

Permalink
Merge pull request #101 from kippnorcal/Restore-HH-Priority
Browse files Browse the repository at this point in the history
Restore hh priority
  • Loading branch information
iMark3000 committed Jul 8, 2023
2 parents 1026453 + 77079c2 commit f119dd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/high_health.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ <h1>High Health ({{ school_level.display_name }})</h1>
<table class="table table-hover mt-3">
<thead>
<tr class="small text-center">
<!--Essential Question renamed to Priority, but is still called EQ in models-->
<th>Priority</th>
<th>Metric</th>
<th>Updated</th>
{% for school in schools %}
Expand All @@ -37,6 +39,11 @@ <h1>High Health ({{ school_level.display_name }})</h1>
<tbody>
{% for metric in metrics %}
<tr>
<td class="text-center eq" data-toggle="popover" data-trigger="hover"
title="{{ metric.metric.essential_question }}"
data-content="{{ metric.metric.essential_question.description }}">
{{ metric.metric.essential_question }}
</td>
<td style="min-width:240px">
<i class="fas fa-info-circle text-primary pl-1 metric-def" data-toggle="popover" data-trigger="hover"
title="{{ metric.metric }}" data-content="{{ metric.metric.definition }}"></i>
Expand Down

0 comments on commit f119dd1

Please sign in to comment.