<%= 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;' %> <% 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 %>