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

7 lines
128 B
Plaintext

<h1>Editing Email</h1>
<%= render 'form', email: @email %>
<%= link_to 'Show', @email %> |
<%= link_to 'Back', emails_path %>