New route to view user's trace through repository
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
084244449c
commit
61f4795511
2 changed files with 14 additions and 0 deletions
|
|
@ -131,6 +131,14 @@
|
|||
>
|
||||
<i class="bi bi-play"></i>
|
||||
</button>
|
||||
<a
|
||||
href="/api/users/{user.id}/works/{w.id}/repositories/{repo.id}/traces"
|
||||
target="_blank"
|
||||
class="btn btn-sm btn-outline-info mr-1"
|
||||
title="Voir le détail de la notation"
|
||||
>
|
||||
<i class="bi bi-list-check"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{/each}
|
||||
|
|
|
|||
Reference in a new issue