Sha256: 98d86237e847ac55b0b8e4f3fadc0bc8d67653fd23d8f36791985f21f3713af6

Contents?: true

Size: 756 Bytes

Versions: 3

Compression:

Stored size: 756 Bytes

Contents

<%= t("hello_email", :default => "Hello %{email}!") % {email: @resource.email} %>

<%= 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.") %>

<%= edit_password_url(@resource, :reset_password_token => (Gem.loaded_specs["devise"].version.version >= "3.0.0" ? @token : @resource.confirmation_token)) %>

<%= 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.") %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
instedd-rails-0.0.27 app/views/user_mailer/reset_password_instructions.text.erb
instedd-rails-0.0.26 app/views/user_mailer/reset_password_instructions.text.erb
instedd-rails-0.0.25 app/views/user_mailer/reset_password_instructions.text.erb