Skip to content

Commit 52b4baa

Browse files
authored
Merge pull request #1123 from psyray/fix-1030
fix-1030: Add missing slug on target summary link
2 parents a9da1fe + 2430266 commit 52b4baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/targetApp/templates/target/list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h4 class="headline-title">Filters</h4>
233233
{% else %}
234234
content += `
235235
<div class="btn-group float-end">
236-
<a class="btn btn-soft-primary" href="/target/summary/${row.id}"><i class="fe-info"></i>&nbsp;&nbsp;Target Summary</a>
236+
<a class="btn btn-soft-primary" href="/target/{{slug}}/summary/${row.id}"><i class="fe-info"></i>&nbsp;&nbsp;Target Summary</a>
237237
</div>
238238
</div>
239239
</div>

0 commit comments

Comments
 (0)