We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aa6f9 commit 77b3179Copy full SHA for 77b3179
dojo/templates/dojo/view_finding.html
@@ -314,7 +314,7 @@ <h4>Similar Findings<span class="pull-right"><a data-toggle="collapse" href="#si
314
{% for similar in findings %}
315
<tr>
316
<td>
317
- <a href="{% url 'view_finding' similar.id %}">{{ similar.date }}</a>
+ <a target="#" data-toggle="tooltip" data-placement="bottom" title="{{ similar.title }}" href="{% url 'view_finding' similar.id %}">{{ similar.date }}</a>
318
{% with similar.notes.count as note_count %}
319
({{ note_count }} note{{ note_count|pluralize }})
320
{% endwith %}
0 commit comments