cartodb-4.42/app/views/password_resets/sent.html.erb
2024-04-06 05:25:13 +00:00

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 } %>