Sha256: cf2d802c0c02f1b0476398a4a466331959d9b2b020d458982bb397adfe6bb8a3

Contents?: true

Size: 637 Bytes

Versions: 1

Compression:

Stored size: 637 Bytes

Contents

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

<p><%= t('.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('.action', :default => "Change my password"), edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %></p>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise-i18n-views-0.2.2 app/views/devise/mailer/reset_password_instructions.html.erb