🐞 fix: Fix encoding of URLs in test links
All checks were successful
Sync TODOs with Issues / sync_todos (push) Successful in 5s
All checks were successful
Sync TODOs with Issues / sync_todos (push) Successful in 5s
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -41,7 +41,7 @@ data.forEach(item => {
|
|||||||
</div>
|
</div>
|
||||||
<% }) %>
|
<% }) %>
|
||||||
<div class="card-actions justify-end mt-auto">
|
<div class="card-actions justify-end mt-auto">
|
||||||
<a href="/sites/domain/<%= domain %>" class="btn btn-info text-info-content! hover:text-info-content!">View All Tests</a>
|
<a href="/sites/domain/<%= encodeURIComponent(domain) %>" class="btn btn-info text-info-content! hover:text-info-content!">View All Tests</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user