Fix JS/Ember style

This commit is contained in:
2018-04-06 17:40:45 +02:00
parent f992fb10bd
commit 499b22af15
2 changed files with 16 additions and 16 deletions
+8 -8
View File
@@ -1,13 +1,13 @@
{{#if kredits.hasAccounts }}
<section id="user-account">
{{#if kredits.currentUser }}
{{ kredits.currentUser.name }}
{{#if kredits.currentUserIsCore }}
(core)
<section id="user-account">
{{#if kredits.currentUser }}
{{ kredits.currentUser.name }}
{{#if kredits.currentUserIsCore }}
(core)
{{/if}}
Account: {{kredits.currentUser.address}}
{{/if}}
Account: {{kredits.currentUser.address}}
{{/if}}
</section>
</section>
{{/if}}
<section id="contributors">