Sha256: 602e434dd19daa1c0adc8f34d8fb2b2b2db1dda24c9c6a192da9a34bbc334957
Contents?: true
Size: 911 Bytes
Versions: 3
Compression:
Stored size: 911 Bytes
Contents
<%= h1 do %> <%= t("hello_email", :default => "Hello %{email}!") % {email: @resource.email} %> <% end %> <%= h2 do %> <%= t("someone_has_requested_a_link_to_change_your_password_and_you_can_do_this_through_the_link_below", :default => "Someone has requested a link to change your password, and you can do this through the link below.") %> <% end %> <br/> <%= advertised_link t("change_my_password", default: 'Change my password'), edit_password_url(@resource, :reset_password_token => (Gem.loaded_specs["devise"].version.version >= "3.0.0" ? @token : @resource.confirmation_token)) %> <br/> <%= h2 do %> <%= t("if_you_didnt_request_this_please_ignore_this_email_your_password_wont_change_until_you_access_the_link_above_and_create_a_new_one", :default => "If you didn't request this, please ignore this email. Your password won't change until you access the link above and create a new one.") %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems