Skip to content

Commit

Permalink
Fix JENKINS-15307 : support jenkins when installed as a non-root cont…
Browse files Browse the repository at this point in the history
…ext.

Now the ${rootURL} is prepended to the icon path,
as it should have been from the start...
  • Loading branch information
batmat committed Sep 26, 2012
1 parent 4aa0ac8 commit d0b35b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,6 +2,6 @@
<j:if test="${it.plugin.activated}">
<img width="16" height="16"
title="${it.tooltip}" alt="${it.displayName}"
src="${it.icon}"/>
src="${rootURL}${it.icon}"/>
</j:if>
</j:jelly>

0 comments on commit d0b35b1

Please sign in to comment.