Skip to content

Commit

Permalink
Merge pull request #425 from NotMyFault/adapt-standard-jenkins-icons
Browse files Browse the repository at this point in the history
Adapt the standard Jenkins icons
  • Loading branch information
jglick authored Jan 5, 2024
2 parents 63cd301 + c24474a commit 1425d1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>caffeine-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>ionicons-api</artifactId>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.mockito</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
<a href="./configure" class="content-block__link">
<span>Configure the project</span>
<span class="trailing-icon">
<l:svgIcon class="icon-sm" href="${imagesURL}/material-icons/svg-sprite-navigation-symbol.svg#ic_arrow_forward_24px" />
<l:icon class="icon-sm" src="symbol-arrow-forward-outline plugin-ionicons-api" />
</span>
</a>
</li>
<li class="content-block">
<a href="./indexing" class="content-block__link">
<span>Re-index branches</span>
<span class="trailing-icon">
<l:svgIcon class="icon-sm" href="${imagesURL}/material-icons/svg-sprite-navigation-symbol.svg#ic_arrow_forward_24px" />
<l:icon class="icon-sm" src="symbol-arrow-forward-outline plugin-ionicons-api" />
</span>
</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
<a href="./configure" class="content-block__link">
<span>Configure the project</span>
<span class="trailing-icon">
<l:svgIcon class="icon-sm" href="${imagesURL}/material-icons/svg-sprite-navigation-symbol.svg#ic_arrow_forward_24px" />
<l:icon class="icon-sm" src="symbol-arrow-forward-outline plugin-ionicons-api" />
</span>
</a>
</li>
<li class="content-block">
<a href="./computation" class="content-block__link">
<span>Re-run the Folder Computation</span>
<span class="trailing-icon">
<l:svgIcon class="icon-sm" href="${imagesURL}/material-icons/svg-sprite-navigation-symbol.svg#ic_arrow_forward_24px" />
<l:icon class="icon-sm" src="symbol-arrow-forward-outline plugin-ionicons-api" />
</span>
</a>
</li>
Expand Down

0 comments on commit 1425d1c

Please sign in to comment.