Skip to content

Commit

Permalink
Add tooltips on major subheaders
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Feb 6, 2024
1 parent d3843c2 commit 698e67e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daily_read/templates/daily_report.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@
<div class="fs-1">
{{ date_type }}
</div>
<div class="fs-5">
<i class="bi bi-patch-question px-1" data-bs-toggle="tooltip" data-bs-title="{{status_desc[date_type]}}"></i>
</div>
</div>
<div class="col-sm projects-accordions">
{% for project in data["projects"][date_type] %}
Expand Down

0 comments on commit 698e67e

Please sign in to comment.