File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,8 @@ <h3 class="has-filters">
285285 < td class ="nowrap ">
286286 {% if "enable_jira"|get_system_setting %}
287287 {% if finding.jira.jira_key %}
288- < a href ="{{finding.jira_conf.url}}/browse/{{finding.jira.jira_key}} " target ="_blank " alt ="Jira Bug - {{finding.jira.jira_key}} "> < i class ="fa fa-bug fa-fw "> </ i > </ a >
288+ < a href ="{{finding.jira_conf.url}}/browse/{{finding.jira.jira_key}} " target ="_blank "
289+ alt ="Jira Bug - {{finding.jira.jira_key}} " data-toggle ="tooltip " data-placement ="bottom " title ="{{finding.jira.jira_key}} "> < i class ="fa fa-bug fa-fw "> </ i > </ a >
289290 {% endif %}
290291 {% if finding.notes.count %}
291292 < a href ="{% url 'view_finding' finding.id %}#vuln_notes " alt ="{{ finding.notes.count }} comment{{ finding.notes.count|pluralize }} ">
You can’t perform that action at this time.
0 commit comments