Sha256: cf253ae4815754f8a7636927e672f8098c783792978f31bd776a041265d2c8b9
Contents?: true
Size: 716 Bytes
Versions: 10
Compression:
Stored size: 716 Bytes
Contents
<% require 'devise/version' %> <p><%= t('.greeting', :recipient => @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 => (Devise::VERSION.start_with?('3.') ? @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
10 entries across 10 versions & 2 rubygems