1
0
postdoc/app/views/emails/_email_list.html.erb

4 lines
99 B
Plaintext
Raw Normal View History

2020-12-06 20:49:03 +01:00
<% @emails.each do |email| %>
<%= render(EmailListEntryComponent.new(email: email)) %>
<% end %>