Skip to content

Commit

Permalink
Merge branch 'master' into authenticateByPassword
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jan 31, 2024
2 parents 5bb8b92 + c00a30d commit 8e61960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/form/submit.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ THE SOFTWARE.
</s:documentation>

<button id="${attrs.id}" name="${attrs.name ?: 'Submit'}" formNoValidate="formNoValidate"
class="jenkins-button ${attrs.primary != 'false' ? 'jenkins-button--primary' : ''} ${attrs.clazz}">
class="jenkins-button jenkins-submit-button ${attrs.primary != 'false' ? 'jenkins-button--primary' : ''} ${attrs.clazz}">
<j:if test="${attrs.icon != null}">
<l:icon src="${attrs.icon}" />
</j:if>
Expand Down

0 comments on commit 8e61960

Please sign in to comment.