diff --git a/app/views/account/transfers/_transfer.html.erb b/app/views/account/transfers/_transfer.html.erb index f0e0c857..eeec6868 100644 --- a/app/views/account/transfers/_transfer.html.erb +++ b/app/views/account/transfers/_transfer.html.erb @@ -27,9 +27,13 @@
<% transfer.transactions.each do |transaction| %> -
- <%= render "transactions/name", transaction: transaction %> - <%= render "transactions/amount", transaction: transaction %> +
+
+ <%= render "transactions/name", transaction: transaction %> +
+
+ <%= render "transactions/amount", transaction: transaction %> +
<% end %>