Skip to content

Commit

Permalink
Merge pull request #1149 from adamwolf/JENKINS-21773
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Mar 7, 2014
2 parents 5a6cf8e + 432d07b commit 843159b
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="${rootURL}/${it.parent.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 843159b

Please sign in to comment.