Sha256: a1560201d4197b2c314a18bd4d832f1b844de9b9730d8677367765067f117068

Contents?: true

Size: 745 Bytes

Versions: 9

Compression:

Stored size: 745 Bytes

Contents

<% require 'devise/version' %>
<%
  # TODO: Link user to blog so we can do @resource.blog
  blog = Blog.first
%>
<p><%= t('.greeting', :recipient => @resource.login, :default => "Hello #{@resource.login}!") %></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: @token, host: blog.base_url) %></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

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/devise/mailer/reset_password_instructions.html.erb
publify_core-9.0.1 app/views/devise/mailer/reset_password_instructions.html.erb
publify_core-9.0.0 app/views/devise/mailer/reset_password_instructions.html.erb
publify_core-9.0.0.pre6 app/views/devise/mailer/reset_password_instructions.html.erb
publify_core-9.0.0.pre5 app/views/devise/mailer/reset_password_instructions.html.erb
publify_core-9.0.0.pre4 app/views/devise/mailer/reset_password_instructions.html.erb
publify_core-9.0.0.pre3 app/views/devise/mailer/reset_password_instructions.html.erb
publify_core-9.0.0.pre2 app/views/devise/mailer/reset_password_instructions.html.erb
publify_core-9.0.0.pre1 app/views/devise/mailer/reset_password_instructions.html.erb