提交 7827b4c4 编写于 作者: K kohsuke

ball doesn't make sense on a per-project page like this.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1043 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a5156c28
......@@ -8,11 +8,11 @@
<j:set var="from" value="${request.getParameter('from')}"/>
<j:set var="to" value="${request.getParameter('to')}"/>
<t:buildCaption>
<h1>
Changes
<j:if test="${from!=null}"> from #${from}</j:if>
<j:if test="${to!=null}"> to #${to}</j:if>
</t:buildCaption>
</h1>
<j:forEach var="b" items="${h.filter(it.buildsAsMap,from,to).values()}">
<j:if test="${b.changeSet.iterator().hasNext()}">
<h2><a href="${b.number}/changes">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册