Skip to content

Commit

Permalink
JENKINS-21773: Removed one level of ../ in the Up link to fix matrix …
Browse files Browse the repository at this point in the history
…job Up links.

(cherry picked from commit e1ecb6b)
  • Loading branch information
adamwolf authored and olivergondza committed Apr 23, 2014
1 parent 4d96900 commit 4849711
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ THE SOFTWARE.
<l:task icon="images/24x24/up.png" href="${rootURL}/" title="${%Back to Dashboard}" contextMenu="false" />
</j:when>
<j:otherwise>
<l:task icon="images/24x24/up.png" href="${url}/../../" title="${%Up}" contextMenu="false" />
<l:task icon="images/24x24/up.png" href="${url}/../" title="${%Up}" contextMenu="false" />
</j:otherwise>
</j:choose>
<l:task icon="images/24x24/search.png" href="${url}/" title="${%Status}" contextMenu="false"/>
Expand Down

0 comments on commit 4849711

Please sign in to comment.