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

13 lines
267 B
Plaintext

<p id="notice"><%= notice %></p>
<%= turbo_stream_from @email %>
<%= turbo_frame_tag "room" do %>
<%= render @email %>
<p>
<%= link_to 'Edit', edit_email_path(@email) %> |
<%= link_to 'Back', emails_path, "data-turbo-frame": "_top" %>
</p>
<% end %>