diff --git a/app/components/contribution-list/template.hbs b/app/components/contribution-list/template.hbs
index 60885ae..fa0351c 100644
--- a/app/components/contribution-list/template.hbs
+++ b/app/components/contribution-list/template.hbs
@@ -1,16 +1,18 @@
{{#each contributions as |contribution|}}
- ♥ ({{contribution.kind}})
- {{contribution.contributor.name}}:
+ {{user-avatar contributor=contribution.contributor}}
+ ({{contribution.kind}})
+ {{contribution.description}}
{{contribution.amount}}₭S
+
{{/each}}
\ No newline at end of file
diff --git a/app/templates/index.hbs b/app/templates/index.hbs
index a766066..dad1202 100644
--- a/app/templates/index.hbs
+++ b/app/templates/index.hbs
@@ -29,7 +29,7 @@
{{#if contributionsUnconfirmed}}
- Unconfirmed Contributions
+ Latest Contributions
{{!-- TODO: We need a better naming for kredits.hasAccounts --}}