Skip to content

Commit

Permalink
fix: change icon to symbol (jenkinsci#7229)
Browse files Browse the repository at this point in the history
* fix: changed icon to symbol

* fix: covering every three states.

* fix: git merge

* chore: Clean-merge branches

* fix: changed trash symbol to delete

* Update core/src/main/resources/lib/hudson/editTypeIcon.jelly

Co-authored-by: Alexander Brandes <[email protected]>
Co-authored-by: Alexander Brandes <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2022
1 parent cd0b99b commit bc4d40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/src/main/resources/lib/hudson/editTypeIcon.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ THE SOFTWARE.
<%@ attribute name="type" type="hudson.scm.EditType" required="true" %>
-->
<?jelly escape-by-default='true'?>
<l:icon alt="${type.description}" class="icon-document-${type.name} icon-sm" title="${type.description}" xmlns:l="/lib/layout"/>
<l:icon alt="${type.description}" class="icon-sm" src="symbol-${type.name}" title="${type.description}" xmlns:l="/lib/layout"/>

0 comments on commit bc4d40d

Please sign in to comment.