File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ <h3 class="has-filters">
579579 {% if finding.notes.all %}
580580 < i class ="glyphicon glyphicon-comment has-popover dojo-sup "
581581 data-trigger ="hover "
582- data-content ="{{ finding.notes.all.0 }} "
582+ data-content ="{{ finding.notes.all.0.author }} at {{ finding.notes.all.0.date }}: {{ finding.notes.all.0 }} "
583583 data-placement ="left "
584584 data-container ="body "
585585 data-original-title ="Most Recent Note ({{ finding.notes.count }} total) "
Original file line number Diff line number Diff line change @@ -1178,7 +1178,7 @@ <h4 class="has-filters">
11781178 {% if finding.notes.all %}
11791179 < i class ="glyphicon glyphicon-comment has-popover dojo-sup "
11801180 data-trigger ="hover "
1181- data-content ="{{ finding.notes.all.0 }} "
1181+ data-content ="{{ finding.notes.all.0.author }} at {{ finding.notes.all.0.date }}: {{ finding.notes.all.0 }} "
11821182 data-placement ="left "
11831183 data-container ="body "
11841184 data-original-title ="Most Recent Note ({{ finding.notes.count }} total) "
Original file line number Diff line number Diff line change 1- # ruff: noqa: F821
21import logging
32import os
43import re
You can’t perform that action at this time.
0 commit comments