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

7 lines
128 B
Plaintext
Raw Normal View History

2020-12-28 13:02:56 +01:00
<h1>Editing Email</h1>
<%= render 'form', email: @email %>
<%= link_to 'Show', @email %> |
<%= link_to 'Back', emails_path %>