提交 d702f0ad 编写于 作者: J jglick

Slightly nicer formatting. "found a bug by jglick" -> "found a bug [jglick]"...

Slightly nicer formatting. "found a bug by jglick" -> "found a bug [jglick]" makes it clearer that the name was
the committer.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1199 71c3de6d-444a-0410-be80-ed276b4c234a
上级 f8a6c711
......@@ -15,17 +15,14 @@
</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">
${b.displayName} :
<i:formatDate value="${b.timestamp.time}" type="both" dateStyle="medium" timeStyle="medium"/>
</a></h2>
<h2><a href="${b.number}/changes">${b.displayName}
(<i:formatDate value="${b.timestamp.time}" type="both" dateStyle="medium" timeStyle="medium"/>)</a></h2>
<ol>
<j:forEach var="c" items="${b.changeSet.iterator()}">
<li>
<st:out value="${c.msg}" />
by
<a href="${rootURL}/${c.author.url}/">${c.author}</a>
[<a href="${rootURL}/${c.author.url}/">${c.author}</a>]
</li>
</j:forEach>
</ol>
......@@ -33,4 +30,4 @@
</j:forEach>
</l:main-panel>
</l:layout>
</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.
先完成此消息的编辑!
想要评论请 注册