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

10 lines
241 B
Plaintext
Raw Normal View History

<% content_for :main_header do %>
<h1>Emails</h1>
<% end %>
2020-12-28 13:02:56 +01:00
2021-03-04 22:07:42 +01:00
<%= render(FlashNoticeComponent.new) { notice } if notice.present? %>
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 %>