Skip to content

Commit

Permalink
Adapt standard Jenkins icons
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jan 4, 2024
1 parent c184f13 commit 0b89b4a
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ THE SOFTWARE.
</td>
<td>
<a href="${b.url}console">
<img src="${imagesURL}/${subIconSize}/terminal.gif" title="${%Console output}" alt="${%Console output}" border="0" />
<l:icon class="icon-sm" src="symbol-terminal" tooltip="${%Console output}" />
</a>
</td>
</tr>
Expand All @@ -72,19 +72,15 @@ THE SOFTWARE.
<div class="jenkins-buttons-row jenkins-buttons-row--invert" style="margin-top: 2rem;">
<a href="rssAll" class="yui-button link-button">
<span class="leading-icon">
<l:svgIcon class="icon-small" viewBox="0 0 16 16"
ariaHidden="true"
href="${imagesURL}/material-icons/feed.svg#feed"/>
<l:icon class="icon-sm" src="symbol-rss" />
</span>
${%Feed for all releases}
</a>
<a href="rssFailed" class="yui-button link-button">
<span class="leading-icon">
<l:svgIcon class="icon-small" viewBox="0 0 16 16"
ariaHidden="true"
href="${imagesURL}/material-icons/feed.svg#feed"/>
<l:icon class="icon-sm" src="symbol-rss" />
</span>
${%Feed for failed releases}
</a>
</div>
</j:jelly>
</j:jelly>

0 comments on commit 0b89b4a

Please sign in to comment.