Sha256: 1a71675a1d7032b11186cc116d48b20f510ad315b6a0598c37f97c2ef6a9c3ec

Contents?: true

Size: 842 Bytes

Versions: 3

Compression:

Stored size: 842 Bytes

Contents

<p><%= t('devise.mailer.reset_password_instructions.greeting', :recepient => @resource.email, :default => "Hello #{@resource.email}!") %></p>

<p><%= t('devise.mailer.reset_password_instructions.instruction', :default => "Someone has requested a link to change your password, and you can do this through the link below.") %></p>

<p><%= link_to t('devise.mailer.reset_password_instructions.action', :default => "Change my password"), edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %></p>

<p><%= t('devise.mailer.reset_password_instructions.instruction_2', :default => "If you didn't request this, please ignore this email.") %></p>
<p><%= t('devise.mailer.reset_password_instructions.instruction_3', :default => "Your password won't change until you access the link above and create a new one.") %></p>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devise-i18n-views-0.2.0 app/views/devise/mailer/reset_password_instructions.html.erb
devise-i18n-views-0.1.1 app/views/devise/mailer/reset_password_instructions.html.erb
devise-i18n-views-0.1.0 app/views/devise/mailer/reset_password_instructions.html.erb