Skip to content

Commit

Permalink
Use ionicons for header
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 12, 2022
1 parent 7ae9ecf commit df59194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@

<div class="login page-header__hyperlinks">
<button id="button-spotlight" tooltip="${%Search}">
<l:ionicon name="search-outline"/>
<span class="jenkins-visually-hidden">${searchPlaceholder}</span>
<l:ionicon name="search-outline" />
</button>

<div id="visible-am-insertion" class="page-header__am-wrapper" />
Expand All @@ -41,16 +40,13 @@
</j:otherwise>
</j:choose>
<a href="${rootURL}/${user.url}" class="model-link inside inverse">
<l:svgIcon
class="am-monitor-icon" >
<use href="${resURL}/images/material-icons/svg-sprite-social-symbol.svg#ic_person_24px"></use>
</l:svgIcon>
<l:ionicon name="person-circle-outline" />
<span class="hidden-xs hidden-sm">${userName}</span>
</a>
<j:if test="${app.securityRealm.canLogOut()}">
<a href="${rootURL}/logout">
<l:svgIcon href="${resURL}/images/material-icons/svg-sprite-action-symbol.svg#ic_input_24px" />
<span class="hidden-xs hidden-sm">${logout}</span>
<l:ionicon name="log-out-outline" />
<span class="hidden-xs hidden-sm">${logout}</span>
</a>
</j:if>
</j:when>
Expand Down
1 change: 1 addition & 0 deletions war/src/main/resources/images/ionicons/log-out-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df59194

Please sign in to comment.