Skip to content

Commit

Permalink
Add link to active test
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 30, 2025
1 parent e7ec8fa commit 00c5e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/views/search.pug
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ block content
span.has-text-success #{test.status}
else if test.status === 'failed'
span.has-text-danger #{test.status}
else if test.status === 'active'
a(href=('/result/' + test.id) title='Go to running test') #{test.status}
else
span #{test.status}
td
Expand Down

0 comments on commit 00c5e9b

Please sign in to comment.