Skip to content

Commit e387ba5

Browse files
authored
Adapt standard Jenkins icons (#46)
1 parent c184f13 commit e387ba5

File tree

1 file changed

+4
-8
lines changed
  • src/main/resources/hudson/plugins/release/dashboard/RecentReleasesPortlet

1 file changed

+4
-8
lines changed

src/main/resources/hudson/plugins/release/dashboard/RecentReleasesPortlet/main.jelly

+4-8
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ THE SOFTWARE.
6161
</td>
6262
<td>
6363
<a href="${b.url}console">
64-
<img src="${imagesURL}/${subIconSize}/terminal.gif" title="${%Console output}" alt="${%Console output}" border="0" />
64+
<l:icon class="icon-sm" src="symbol-terminal" tooltip="${%Console output}" />
6565
</a>
6666
</td>
6767
</tr>
@@ -72,19 +72,15 @@ THE SOFTWARE.
7272
<div class="jenkins-buttons-row jenkins-buttons-row--invert" style="margin-top: 2rem;">
7373
<a href="rssAll" class="yui-button link-button">
7474
<span class="leading-icon">
75-
<l:svgIcon class="icon-small" viewBox="0 0 16 16"
76-
ariaHidden="true"
77-
href="${imagesURL}/material-icons/feed.svg#feed"/>
75+
<l:icon class="icon-sm" src="symbol-rss" />
7876
</span>
7977
${%Feed for all releases}
8078
</a>
8179
<a href="rssFailed" class="yui-button link-button">
8280
<span class="leading-icon">
83-
<l:svgIcon class="icon-small" viewBox="0 0 16 16"
84-
ariaHidden="true"
85-
href="${imagesURL}/material-icons/feed.svg#feed"/>
81+
<l:icon class="icon-sm" src="symbol-rss" />
8682
</span>
8783
${%Feed for failed releases}
8884
</a>
8985
</div>
90-
</j:jelly>
86+
</j:jelly>

0 commit comments

Comments
 (0)