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

10 lines
204 B
Plaintext
Raw Normal View History

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