Skip to content

Commit

Permalink
Update entry.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 18, 2024
1 parent 2a19a04 commit 935c16e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ THE SOFTWARE.
<l:stopButton href="${link}stop" alt="${%Cancel}" confirm="${%confirm(build.fullDisplayName)}" />
</j:if>
</j:if>

<j:set var="badges" value="${build.badgeActions}"/>
<j:if test="${!empty(badges)}">
<j:forEach var="badge" items="${badges}">
<st:include it="${badge}" page="badge.jelly" />
</j:forEach>
</j:if>

<div class="jenkins-card__reveal jenkins-jumplist-link" data-href="${link}">
<l:icon src="symbol-menu" />
</div>
Expand Down

0 comments on commit 935c16e

Please sign in to comment.