<%= link_to email.date.strftime("%Y-%m-%d %H:%M"), email, "data-turbo-frame": "_top", class: "block p-2" %> <%= link_to email.from.join(', '), email, "data-turbo-frame": "_top", class: "block p-2" %> <%= link_to email.subject, email, "data-turbo-frame": "_top", class: "block p-2" %> <% email.organisations.each do |organisation| %> <%= organisation %> <% end if email.organisations %> <% email.servers.each do |server| %> <%= server %> <% end if email.servers %> <% if email.cron? %> cron <% end %> <% if email.mailing_list? %> list <% end %> <% if email.junk? %> junk <% end %>