Skip to content

Commit

Permalink
Replace tango icon with modern symbol for history link (#666)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Delaye <[email protected]>
  • Loading branch information
jonesbusy and Valentin Delaye authored Dec 5, 2024
1 parent af2dbaa commit 39e1716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ THE SOFTWARE.
<j:set var="buildUrl" value="${h.decompose(request)}" />
<j:set var="baseUrl" value="${request.findAncestor(it).relativePath}"/>
<st:include it="${it.run}" page="tasks.jelly" optional="true"/>
<l:task href="${baseUrl}/history" icon="icon-graph icon-md" title="${%History}"/>
<l:task href="${baseUrl}/history" icon="symbol-bar-chart-outline plugin-ionicons-api" title="${%History}"/>
<st:include it="${it.run}" page="actions.jelly" optional="true" />

<t:actions actions="${it.testActions}" />
Expand Down

0 comments on commit 39e1716

Please sign in to comment.