Skip to content

Commit

Permalink
Auf Textseite nur Lesevariante "-00"
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerning committed Oct 11, 2023
1 parent 4b785bc commit ea29d79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/templates/fragments/search/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ <h2 class="result-list-item-element label bbaw-libertine" th:utext="${{'<shortla

<td>
<div class="mt-sm-1 py-sm-1">
<div th:replace="fragments/common :: variants-info"/>
<div th:replace="fragments/common :: sentence-transcription"/>
<div class="text-muted" th:if="*{hasComment}"><i class="fas fa-sticky-note"></i> <span th:text="#{object_has_comment}">With comment(s)</span></div>
<div class="text-muted" th:if="*{hasComment}"><i class="fas fa-sticky-note"></i> <a th:href="${(#mvc.url('SC#getSingleObjectDetailsPage').arg(0,obj.id)).build()}" th:text="#{object_has_comment}">With comment(s)</a></div>
<!--<div class="text-muted" th:if="*{hasAnnotation}"><i class="fas fa-sticky-note"></i> <span th:text="#{object_has_annotation}">With annotation(s)</span></div>-->
</div>
</td>
Expand Down Expand Up @@ -1262,7 +1263,7 @@ <h2 class="result-list-item-element label bbaw-libertine" th:utext="${{'<shortla
<span th:text="#{button_sentence_in_text_start}+' '+${obj.context.position + 1}+' '+#{button_sentence_in_text_end}">Sentence in text</span>
</button>
</a>
<th:block th:include="fragments/common :: construction(#{button_sentence_in_text_warning})"></th:block>
<!--<th:block th:include="fragments/common :: construction(#{button_sentence_in_text_warning})"></th:block>-->
</span>


Expand Down

0 comments on commit ea29d79

Please sign in to comment.