Skip to content
Snippets Groups Projects
Commit aa939bba authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#622 - show account squares for accounts without icon

parent 2b71f114
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
<#import "../helpers/navbar.ftl" as navbar> <#import "../helpers/navbar.ftl" as navbar>
<@navbar.navbar "accounts" settings/> <@navbar.navbar "accounts" settings/>
<#import "../helpers/customSelectMacros.ftl" as customSelectMacros>
<main> <main>
<div class="card main-card background-color"> <div class="card main-card background-color">
<div class="container"> <div class="container">
...@@ -38,7 +40,7 @@ ...@@ -38,7 +40,7 @@
<i class="fas fa-edit"></i> <i class="fas fa-edit"></i>
</#if> </#if>
</td> </td>
<td><@header.entityIcon entity=account classes="account-icon text-blue"/></td> <td><@customSelectMacros.accountIcon account account.getName() "text-blue"/></td>
<td>${account.getName()}</td> <td>${account.getName()}</td>
<td> <td>
<a href="<@s.url '/accounts/${account.getID()?c}/edit'/>" class="btn-flat no-padding text-default"><i class="material-icons left">edit</i></a> <a href="<@s.url '/accounts/${account.getID()?c}/edit'/>" class="btn-flat no-padding text-default"><i class="material-icons left">edit</i></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment