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

6 lines
92 B
Plaintext

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