diff --git a/app/views/contributions/donations/_list.html.erb b/app/views/contributions/donations/_list.html.erb new file mode 100644 index 0000000..8932dd3 --- /dev/null +++ b/app/views/contributions/donations/_list.html.erb @@ -0,0 +1,25 @@ +
+
+ <%= number_with_delimiter donation.amount_sats %> sats
+
+
+
+ (~ <%= number_to_currency donation.amount_eur / 100, unit: "" %> EUR)
+
+
+ <% if donation.public_name.present? %> + Public name: <%= donation.public_name %> + <% else %> + Anonymous + <% end %> +
++ Your financial contributions to the development and upkeep of Kosmos + software and services. +
<% if @donations.any? %> -- Your financial contributions to the development and upkeep of Kosmos - software and services. -
-
-
- <%= number_with_delimiter donation.amount_sats %> sats
-
-
-
- (~ <%= number_to_currency donation.amount_eur / 100, unit: "" %> EUR)
-
-
- <% if donation.public_name.present? %> - Public name: <%= donation.public_name %> - <% else %> - Anonymous - <% end %> -
-