Skip to content

Commit 7a6f4cb

Browse files
NotMyFaultThierry Lacour
authored andcommitted
fix: Fix missing help button on modern Jenkins versions (jenkinsci#294)
1 parent 76f90cf commit 7a6f4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/lib/branch-api/branchSourceBody.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ THE SOFTWARE.
4242
</div>
4343
<j:if test="${help!=null}">
4444
<div>
45-
<a href="#" class="help-button" helpURL="${rootURL}${help}"><img src="${imagesURL}/16x16/help.png" alt="[help]" height="16" width="16"/></a>
45+
<a href="#" class="help-button" helpURL="${rootURL}${help}"><l:icon class="icon-help icon-md" alt="[help]"/></a>
4646
</div>
4747
</j:if>
4848
</div>

0 commit comments

Comments
 (0)