提交 e1ecb6be 编写于 作者: A Adam Wolf

JENKINS-21773: Removed one level of ../ in the Up link to fix matrix job Up links.

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