Skip to content

Commit c5b33e7

Browse files
committed
Add back navigation link to vulnerability details page
Signed-off-by: rajanarahul93 <rajanarahul93@gmail.com>
1 parent 79f9cd3 commit c5b33e7

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)