提交 4102c9f0 编写于 作者: M mindless

[FIXED HUDSON-5456] remove build number permalink on build page.. it belongs on the API

page and is already listed there.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27118 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ec40d1a7
......@@ -144,12 +144,6 @@ THE SOFTWARE.
</j:forEach>
</ul>
</j:if>
<h2>${%Permalinks}</h2>
<ul>
<li><a href="buildNumber">${%Build number}</a></li>
</ul>
</l:main-panel>
</l:layout>
</j:jelly>
\ No newline at end of file
</j:jelly>
......@@ -25,11 +25,11 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<h2>Other Useful URLs</h2>
<dl>
<dt><a href="../buildNumber">build number</a></dt>
<dt><a href="../buildNumber">Build number</a></dt>
<dd>
This URL returns the build number in the <tt>text/plain</tt> format.
This URL returns the build number in <tt>text/plain</tt> format.
</dd>
<dt><a href="../buildTimestamp">build timestamp</a></dt>
<dt><a href="../buildTimestamp">Build timestamp</a></dt>
<dd>
This URL returns the build timestamp. You can also use the <tt>format</tt> query parameter
to control the date format, which follows
......@@ -39,4 +39,4 @@ THE SOFTWARE.
in which the date is formatted.
</dd>
</dl>
</j:jelly>
\ No newline at end of file
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册