Skip to content

Commit

Permalink
fix: Display console icon in job table correctly (#283)
Browse files Browse the repository at this point in the history
Fixes: #282
  • Loading branch information
JakubVanek committed Sep 14, 2022
1 parent 7ac8df8 commit e402216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<j:choose>
<j:when test="${lBuild!=null}">
<a href="${job.absoluteUrl}${job.getBuildNumber()}/console">
<l:icon class="icon-terminal icon-${subIconSizeClass}" title="${%Console output}"
<l:icon class="icon-terminal ${subIconSizeClass}" title="${%Console output}"
alt="${%Console output}" border="0" />
</a>
</j:when>
Expand Down

0 comments on commit e402216

Please sign in to comment.