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

#338 - mark tranfer templates with icon

parent f4ef915d
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,13 @@
<div class="col s12 m6 l4">
<div class="card budgetmaster-grey card-template">
<div class="card-content">
<span class="card-title">${template.getTemplateName()}</span>
<span class="card-title">
<#if template.getTransferAccount()??>
<i class="material-icons">swap_horiz</i>
</#if>
${template.getTemplateName()}
</span>
<table class="table-template-content">
<#if template.getName()??>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment