Skip to content

Commit 8e91c32

Browse files
committed
Merge remote-tracking branch 'origin/main' into 1699-advisory-todo
2 parents 550f725 + a05b65e commit 8e91c32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vulnerabilities/templates/vulnerability_package_details.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<span class="tag is-white custom">
2121
{{ vulnerability.vulnerability_id }}
2222
</span>
23+
<br />
24+
<a href="{% url 'vulnerability_details' vulnerability.vulnerability_id %}" class="button is-small is-link mt-2">
25+
← Back to Vulnerability {{ vulnerability.vulnerability_id }}
26+
</a>
2327
</div>
2428
</article>
2529
<div id="tab-content">

0 commit comments

Comments
 (0)