Commit e387ba5 1 parent c184f13 commit e387ba5 Copy full SHA for 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 Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ THE SOFTWARE.
61
61
</td >
62
62
<td >
63
63
<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}" />
65
65
</a >
66
66
</td >
67
67
</tr >
@@ -72,19 +72,15 @@ THE SOFTWARE.
72
72
<div class =" jenkins-buttons-row jenkins-buttons-row--invert" style =" margin-top: 2rem;" >
73
73
<a href =" rssAll" class =" yui-button link-button" >
74
74
<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" />
78
76
</span >
79
77
${%Feed for all releases}
80
78
</a >
81
79
<a href =" rssFailed" class =" yui-button link-button" >
82
80
<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" />
86
82
</span >
87
83
${%Feed for failed releases}
88
84
</a >
89
85
</div >
90
- </j : jelly >
86
+ </j : jelly >
You can’t perform that action at this time.
0 commit comments