c7d046aa46
Adds a failing test for users with wallet, but no known contributor account, where it currently shows no name at all.
12 lines
283 B
Handlebars
12 lines
283 B
Handlebars
<section id="user-account">
|
|
{{#if kredits.hasAccounts }}
|
|
{{#if kredits.currentUser}}
|
|
{{kredits.currentUser.name}}
|
|
{{#if kredits.currentUserIsCore}}
|
|
<span class="core-flag">(core)</span>
|
|
{{/if}}
|
|
{{/if}}
|
|
{{else}}
|
|
Anonymous
|
|
{{/if}}
|
|
</section> |