提交 3daa6a97 编写于 作者: T tfennelly

Readd static resource path for task icons [JENKINS-24316]

Missed this in previous commit - bad idea making even small changes late at night ;)
上级 286337ea
......@@ -116,7 +116,7 @@ THE SOFTWARE.
<j:if test="${!icon.startsWith('/')}">
<j:set var="icon" value="/${icon}"/>
</j:if>
<j:set var="icon" value="${rootURL}${icon.startsWith('images/') || icon.startsWith('plugin/') ? h.resourcePath : ''}${icon}"/>
<j:set var="icon" value="${rootURL}${icon.startsWith('/images/') || icon.startsWith('/plugin/') ? h.resourcePath : ''}${icon}"/>
<j:when test="${enabled==false}">
<div class="task disabled">
<span>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册