提交 432d07bf 编写于 作者: A Adam Wolf

JENKINS-21773: Fixed sidepanel Up link for multiaxis jobs.

上级 e1ecb6be
......@@ -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"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册