Skip to content

Commit

Permalink
Fix controls attribute leaking in the card component
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Nov 23, 2024
1 parent b8e5141 commit 0ea796d
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 0ea796d

Please sign in to comment.