Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-28860] Do not rely on relative links
  • Loading branch information
olivergondza committed Jul 10, 2015
1 parent 8b63399 commit e0ad574
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -37,7 +37,7 @@ THE SOFTWARE.
<j:forEach var="job" items="${unstableJobs}">
<tr><td style="${indenter.getCss(j)}; border: 1px solid #BBBBBB">
<j:if test="${job.buildable and job.hasPermission(job.BUILD)}">
<a href="${job.url}build?delay=0sec">
<a href="${rootUrl}/${job.url}build?delay=0sec">
<img src="${imagesURL}/16x16/clock.png"
title="${%Schedule a build}" alt="${%Schedule a build}"
border="0"
Expand All @@ -50,7 +50,7 @@ THE SOFTWARE.
hoverNotification('${%Build scheduled}', img, -100);
return false;
}
</script>
</script>
</a>
</j:if>
<dp:jobLink job="${job}" />
Expand All @@ -59,4 +59,4 @@ THE SOFTWARE.
</j:otherwise>
</j:choose>
</dp:decorate>
</j:jelly>
</j:jelly>

0 comments on commit e0ad574

Please sign in to comment.