Skip to content

Commit

Permalink
[JENKINS-69279] Fix: tooltip not showing the change message (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jickoo committed May 25, 2023
1 parent fc974c7 commit d4470d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<span>${config.operation}</span>
</j:if>
<j:if test="${config.changeReasonComment != null and !config.changeReasonComment.equals(&quot;&quot;)}">
<l:icon src="symbol-information-circle-outline plugin-ionicons-api" class="icon-md" title="${%Change Message}: &quot;${config.changeReasonComment}&quot;" />
<l:icon src="symbol-information-circle-outline plugin-ionicons-api" class="icon-md" title="${%Change Message}: &quot;${config.changeReasonComment}&quot;" tooltip="${%Change Message}: &quot;${config.changeReasonComment}&quot;" />
</j:if>
</td>
<!-- User id -->
Expand Down

0 comments on commit d4470d0

Please sign in to comment.