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

8 lines
145 B
Plaintext

<p id="notice"><%= notice %></p>
<h1>Emails</h1>
<%= turbo_frame_tag "emails" do %>
<%= render partial: "list", object: @emails %>
<% end %>