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

#622 - display account icons in blue

parent 939373c5
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,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-default"/></td> <td><@header.entityIcon entity=account classes="account-icon 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