Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Feb 4, 2025
1 parent aec3623 commit ecc3c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/search.pug
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ block content
td
if test.status === 'completed'
span
a(href=('/result/' + test.id) title='Go to test result').has-text-success #{test.status}
a.has-text-success(href=('/result/' + test.id) title='Go to test result') #{test.status}
else if test.status === 'failed'
span.has-text-danger #{test.status}
else if test.status === 'active'
Expand Down

0 comments on commit ecc3c4e

Please sign in to comment.