Browse Source

Fix a fatal error in the _account_fingerprint view

feature/templater
Timothée Jaussoin 3 months ago
parent
commit
7a150f1045
  1. 2
      app/Widgets/Account/_account_fingerprints.tpl

2
app/Widgets/Account/_account_fingerprints.tpl

@ -9,7 +9,7 @@
</li> </li>
{loop="$fingerprints"} {loop="$fingerprints"}
<li> <li>
<span class="primary icon {if="$value->self"}green{elseif="$value->built"}blue{else}gray{/if}">
<span class="primary icon {if="$value->self"}green{else}gray{/if}">
<i class="material-symbols">fingerprint</i> <i class="material-symbols">fingerprint</i>
</span> </span>
{if="!$value->self"} {if="!$value->self"}

Loading…
Cancel
Save