1
0
postdoc/app/views/emails/_email_list.html.erb
2020-12-06 21:05:11 +01:00

4 lines
99 B
Plaintext

<% @emails.each do |email| %>
<%= render(EmailListEntryComponent.new(email: email)) %>
<% end %>