Skip to content

Commit

Permalink
[FIXED JENKINS-17748] Fix wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek committed Apr 26, 2013
2 parents 8584675 + 0aa340f commit feef94a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@
height="24" width="24" />
</j:when>
<j:otherwise>
<a href="${p.shortUrl}/">
<a href="${request.getRootPath()}/${b.getUrl()}">
<img src="${imagesURL}/24x24/${b.buildStatusUrl}" tooltip="${p.tooltip}"
alt="${p.tooltip}" height="24" width="24" />
<j:if test="${empty(o.x) and empty(o.y)}">
Expand Down

0 comments on commit feef94a

Please sign in to comment.