Skip to content

Commit

Permalink
Deactivate sentence annotation
Browse files Browse the repository at this point in the history
Noch nicht ausgereift.
  • Loading branch information
dwerning committed Sep 22, 2023
1 parent 5eaeea7 commit 3862d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/sentence/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<th:block th:insert="fragments/search/results :: sentence-search-result" th:object="${obj}"/>
</div>
<div th:replace="fragments/details :: object-property-comments"/>
<div th:replace="fragments/details :: object-property-annotations"/>
<!--<div th:replace="fragments/details :: object-property-annotations"/>-->
<div th:replace="fragments/details :: object-property-related-objects"/>
<div th:replace="fragments/details :: property-pid('sentence', ${obj.id})"/>
<div th:replace="fragments/details :: object-property-citationBox('sentence', ${obj.id})"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/token/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<th:block th:insert="fragments/search/results :: sentence-search-result" th:object="${obj}"/>
</div>
<div th:replace="fragments/details :: object-property-comments"/>
<div th:replace="fragments/details :: object-property-annotations"/>
<!--<div th:replace="fragments/details :: object-property-annotations"/>-->
<div th:replace="fragments/details :: object-property-related-objects"/>
<div th:replace="fragments/details :: property-pid('sentence/token', ${searchTokenId})"/>
<div th:replace="fragments/details :: object-property-citationBox('sentence/token', ${searchTokenId})"/>
Expand Down

0 comments on commit 3862d98

Please sign in to comment.