diff --git a/app/components/contribution-list/template.hbs b/app/components/contribution-list/template.hbs index aecc670..be603d0 100644 --- a/app/components/contribution-list/template.hbs +++ b/app/components/contribution-list/template.hbs @@ -33,7 +33,7 @@ {{#each this.contributionsFiltered as |contribution|}}
  • + class="{{item-status contribution}}{{if (eq contribution.id @selectedContributionId) " selected"}}">

    ({{contribution.kind}}) diff --git a/app/components/reimbursement-list/template.hbs b/app/components/reimbursement-list/template.hbs index 4c3fe9e..76ecb03 100644 --- a/app/components/reimbursement-list/template.hbs +++ b/app/components/reimbursement-list/template.hbs @@ -1,14 +1,24 @@ -