Skip to content

Commit

Permalink
Merge pull request jenkinsci#924 from dwdyer/master
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Aug 28, 2013
2 parents f6d20fa + 151a58c commit b2883e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,13 @@ THE SOFTWARE.
-->
<tr class="build-row">
<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/>
<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>
</tr>
</l:pane>
Expand Down
12 changes: 9 additions & 3 deletions core/src/main/resources/lib/hudson/rssBar.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,19 @@ THE SOFTWARE.
<div align="right" style="margin:1em">
<a href="${rootURL}/legend">${%Legend}</a>
<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 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 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>
</div>
</j:jelly>
4 changes: 2 additions & 2 deletions core/src/main/resources/lib/layout/breakable.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ THE SOFTWARE.
Unescaped value to output
</st:attribute>
</st:documentation>
${h.breakableString(h.escape(value))}
</j:jelly>
${h.breakableString(h.escape(value))}</j:jelly>

0 comments on commit b2883e2

Please sign in to comment.