We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5a5e5 commit 2430266Copy full SHA for 2430266
web/targetApp/templates/target/list.html
@@ -233,7 +233,7 @@ <h4 class="headline-title">Filters</h4>
233
{% else %}
234
content += `
235
<div class="btn-group float-end">
236
- <a class="btn btn-soft-primary" href="/target/summary/${row.id}"><i class="fe-info"></i> Target Summary</a>
+ <a class="btn btn-soft-primary" href="/target/{{slug}}/summary/${row.id}"><i class="fe-info"></i> Target Summary</a>
237
</div>
238
239
0 commit comments