<%= notice %>
<%= t('contributions.attributes.payment_on') %> | <%= t('members.attributes.display_name') %> | <%= t('contributions.attributes.amount') %> | <%= t('contributions.attributes.payment_method') %> | <%= t('members.index.actions.title') %> |
---|---|---|---|---|
<%= contribution.payment_on %> | <% if contribution.member %> <%= contribution.member.number %>. <%= contribution.member.display_name %> <% else %> --- <% end %> | <%= contribution.eurocents %> | <%= contribution.payment_method %> | <%= link_to t('members.index.actions.show'), contribution.member %> |