Skip to content

Commit

Permalink
Fix controls attribute leaking in the card component (#10003)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik authored Nov 28, 2024
1 parent f91ebb4 commit ff6a528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/layout/card.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ THE SOFTWARE.
<div class="jenkins-card__title">
${attrs.title}
<div class="jenkins-card__controls">
<j:out value="${controls}"/>
<j:out value="${attrs.controls}"/>
<j:if test="${attrs.expandable != null}">
<a href="${attrs.expandable}" class="jenkins-card__reveal" tooltip="${%Expand}">
<l:icon src="symbol-expand" />
Expand Down

0 comments on commit ff6a528

Please sign in to comment.