Skip to content

Commit

Permalink
Change function name in template
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Dec 4, 2023
1 parent 8445501 commit ae62a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">

<h:outputText rendered="#{media.mediaPartial}" styleClass="icon-media-partial"/>
<h:outputText rendered="#{media.isMediaPartial()}" styleClass="icon-media-partial"/>

<p:outputPanel class="thumbnail-overlay">
<h:outputText rendered="#{media.type eq 'VIDEO'}">
Expand Down

0 comments on commit ae62a72

Please sign in to comment.