提交 352a6f26 编写于 作者: J Jesse Glick

Merge branch 'master' of github.com:jenkinsci/jenkins

...@@ -88,9 +88,13 @@ THE SOFTWARE. ...@@ -88,9 +88,13 @@ THE SOFTWARE.
--> -->
<tr class="build-row"> <tr class="build-row">
<td colspan="3" align="right"> <td colspan="3" align="right">
<a href="${it.baseUrl}/rssAll"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/> RSS ${%for all}</a> <a href="${it.baseUrl}/rssAll"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/></a>
<st:nbsp/> <st:nbsp/>
<a href="${it.baseUrl}/rssFailed"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/> RSS ${%for failures}</a> <a href="${it.baseUrl}/rssAll">RSS ${%for all}</a>
<st:nbsp/>
<a href="${it.baseUrl}/rssFailed"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/></a>
<st:nbsp/>
<a href="${it.baseUrl}/rssFailed">RSS ${%for failures}</a>
</td> </td>
</tr> </tr>
</l:pane> </l:pane>
......
...@@ -27,13 +27,19 @@ THE SOFTWARE. ...@@ -27,13 +27,19 @@ THE SOFTWARE.
<div align="right" style="margin:1em"> <div align="right" style="margin:1em">
<a href="${rootURL}/legend">${%Legend}</a> <a href="${rootURL}/legend">${%Legend}</a>
<span style="padding-left:1em"> <span style="padding-left:1em">
<a href="rssAll"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/> RSS ${%for all}</a> <a href="rssAll"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/></a>
<st:nbsp/>
<a href="rssAll">RSS ${%for all}</a>
</span> </span>
<span style="padding-left:1em"> <span style="padding-left:1em">
<a href="rssFailed"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/> RSS ${%for failures}</a> <a href="rssFailed"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/></a>
<st:nbsp/>
<a href="rssFailed">RSS ${%for failures}</a>
</span> </span>
<span style="padding-left:1em"> <span style="padding-left:1em">
<a href="rssLatest"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/> RSS ${%for just latest builds}</a> <a href="rssLatest"><img src="${imagesURL}/atom.gif" border="0" alt="Feed" height="16" width="16"/></a>
<st:nbsp/>
<a href="rssLatest">RSS ${%for just latest builds}</a>
</span> </span>
</div> </div>
</j:jelly> </j:jelly>
...@@ -30,6 +30,6 @@ THE SOFTWARE. ...@@ -30,6 +30,6 @@ THE SOFTWARE.
<st:attribute name="value" use="required"> <st:attribute name="value" use="required">
Unescaped value to output Unescaped value to output
</st:attribute> </st:attribute>
</st:documentation> </st:documentation>${
${h.breakableString(h.escape(value))} h.breakableString(h.escape(value))
</j:jelly> }</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册