| |
<j:if test="${job.buildable and job.hasPermission(hudson.plugins.release.ReleaseWrapper.RELEASE_PERMISSION) and it.isReleaseConfigured(job)}">
<a href="${jobBaseUrl}${job.shortUrl}release">
<img src="${imagesURL}/${subIconSize}/package.png"
title="${%Release}" alt="${%Release}"
border="0"/>
</a>
</j:if>