cartodb/app/views/password_resets/sent.html.erb
2020-06-15 10:58:47 +08: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 } %>