EvoBal/app/views/emails/index.html.erb
2021-03-04 22:28:47 +01:00

10 lines
241 B
Plaintext

<% content_for :main_header do %>
<h1>Emails</h1>
<% end %>
<%= render(FlashNoticeComponent.new) { notice } if notice.present? %>
<%= turbo_frame_tag "emails" do %>
<%= render partial: "list", object: @emails, as: :emails %>
<% end %>