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

17 lines
331 B
Plaintext

<% content_for :main_header do %>
<h1>Email #</h1>
<% end %>
<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 %>