EvoBal/app/views/emails/index.html.erb

8 lines
158 B
Plaintext
Raw Normal View History

2020-12-28 13:02:56 +01:00
<p id="notice"><%= notice %></p>
<h1>Emails</h1>
<%= turbo_frame_tag "emails" do %>
2021-01-31 17:17:37 +01:00
<%= render partial: "list", object: @emails, as: :emails %>
<% end %>