Skip to content

Commit

Permalink
[FIXED JENKINS-18049] Curiously HealthReport.getIconUrl omits the con…
Browse files Browse the repository at this point in the history
…text path, unlike StatusIcon.getImageOf.
  • Loading branch information
jglick committed May 22, 2013
1 parent 09afd48 commit cb0b354
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ THE SOFTWARE.
<img src="${job.iconColor.getImageOf('16x16')}"
alt="${job.iconColor.description}"
title="${job.iconColor.description}"/>
<img src="${job.buildHealth.getIconUrl('16x16')}"
<img src="${rootURL}${job.buildHealth.getIconUrl('16x16')}"
alt="${job.buildHealth.description}"
title="${job.buildHealth.description}" />
<!--t:jobLink job="${job}"/-->
Expand Down

0 comments on commit cb0b354

Please sign in to comment.