Sha256: defb74c62a0b11898ed8b8a8a6e7e38b5f03bb82d7f0aa9350b2b87296e37dc0

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 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.
  = email_message_button do
    = link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token),  style: 'color: #fff;'
  = 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.
  = email_message_spacer 2

Version data entries

1 entries across 1 versions & 1 rubygems

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