Skip to content

Commit

Permalink
feat: show all hoodie-account data in account template (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredguth authored and gr2m committed Nov 13, 2016
1 parent 7f417e2 commit 19f9531
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/account/template.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{{link-to '<- Back to account list' 'accounts'}}
<p>Username: {{model.username}}</p>

{{#each-in model as |key value|}}
<p>{{key}}: {{value}}</p>
{{/each-in}}

<p>
<button class="danger" {{action 'deleteAccount' model}}>Delete account</button>
Expand Down

0 comments on commit 19f9531

Please sign in to comment.