Skip to content

Commit

Permalink
Merge pull request #1123 from psyray/fix-1030
Browse files Browse the repository at this point in the history
fix-1030: Add missing slug on target summary link
  • Loading branch information
yogeshojha committed Jan 15, 2024
2 parents a9da1fe + 2430266 commit 52b4baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/targetApp/templates/target/list.html
Expand Up @@ -233,7 +233,7 @@ <h4 class="headline-title">Filters</h4>
{% else %}
content += `
<div class="btn-group float-end">
<a class="btn btn-soft-primary" href="/target/summary/${row.id}"><i class="fe-info"></i>&nbsp;&nbsp;Target Summary</a>
<a class="btn btn-soft-primary" href="/target/{{slug}}/summary/${row.id}"><i class="fe-info"></i>&nbsp;&nbsp;Target Summary</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 52b4baa

Please sign in to comment.