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

6 lines
92 B
Plaintext
Raw Normal View History

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