Sha256: b0298dc4920061928f1f9095a0c9ab1db8e8c08a3d8444b1cd0343e5efe927b7

Contents?: true

Size: 681 Bytes

Versions: 1

Compression:

Stored size: 681 Bytes

Contents

<%= email_message_section do %>
  <%= email_message_spacer 2 %>
  <%= email_message_body_text do %>
    Hello <%= @resource.email %>! Someone has requested a link to change your password. You can do this through the link below.
  <% end %>

  <%= email_message_button do %>
    <%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token),  style: 'color: #fff;' %></span>
  <% end %>

  <%= email_message_spacer 2 %>

  <%= email_message_small_text do %>
    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.
  <% end %>

  <%= email_message_spacer 2 %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 app/views/devise/erb/mailer/reset_password_instructions.html.erb