4 lines
399 B
Plaintext
4 lines
399 B
Plaintext
<% content_for :title do %>Password sent<% end %>
|
|
<% title = 'Ok, we have sent you an email' %>
|
|
<% description = "There you will find the instructions for entering your account and change — if desired — your password. If you don't see the email in your inbox, make sure that the email address is correct" %>
|
|
<%= render :partial => 'message', locals: { title: title, description: description } %> |