From 3de4d313a353e2133da5adc9140ce939e76eed94 Mon Sep 17 00:00:00 2001
From: Haunui Saint-sevin <haunui.ss@gmail.com>
Date: Tue, 4 Jun 2019 00:49:20 +0000
Subject: Remove html tag from the text part of email

Instead of calling single function emitting HTML tags in the HTML part
of email, directly output HTML tags or raw text.
---
 app/helpers/emails_helper.rb | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'app/helpers')

diff --git a/app/helpers/emails_helper.rb b/app/helpers/emails_helper.rb
index dc0e5511fcf..2f59d54057f 100644
--- a/app/helpers/emails_helper.rb
+++ b/app/helpers/emails_helper.rb
@@ -57,12 +57,6 @@ module EmailsHelper
     pluralize(valid_length, unit)
   end
 
-  def reset_token_expire_message
-    link_tag = link_to('request a new one', new_user_password_url(user_email: @user.email))
-    "This link is valid for #{password_reset_token_valid_time}.  " \
-    "After it expires, you can #{link_tag}."
-  end
-
   def header_logo
     if current_appearance&.header_logo?
       image_tag(
-- 
cgit v1.2.1