Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Fix invalid state description
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jul 13, 2020
1 parent e3daa1c commit d4f688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Unreachable <span class="badge badge-light" th:text="${countUnreachable}"></span>
</a>
<a class="btn btn-outline-danger" th:href="@{'/'(page=1,size=${entries.size},sort=${sort},state='invalid')}" th:classappend="${state=='invalid' ? 'active' : ''}"
data-toggle="tooltip" data-placement="bottom" title="Entries that are verified to be FAIR Data Points">
data-toggle="tooltip" data-placement="bottom" title="Entries that are not verified to be FAIR Data Points">
Invalid <span class="badge badge-light" th:text="${countInvalid}"></span>
</a>
<a class="btn btn-outline-info" th:href="@{'/'(page=1,size=${entries.size},sort=${sort},state='unknown')}" th:classappend="${state=='unknown' ? 'active' : ''}"
Expand Down

0 comments on commit d4f688e

Please sign in to comment.