From 4a2d1dd96bc70da60fcf9c0161972bd87e4e65b7 Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 24 Dec 2024 08:10:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/views/admin/e=5Fpaper?= =?UTF-8?q?=5Fcriterias/emailer.html.erb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更換標題顏色,取消標題連結。 --- app/views/admin/e_paper_criterias/emailer.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/e_paper_criterias/emailer.html.erb b/app/views/admin/e_paper_criterias/emailer.html.erb index 2700a09..805188a 100644 --- a/app/views/admin/e_paper_criterias/emailer.html.erb +++ b/app/views/admin/e_paper_criterias/emailer.html.erb @@ -10,7 +10,7 @@ border-bottom: 2px solid #ddd; padding: 0 0 10px; margin: 10px 0 20px; - color: #881f05; + color: #000; } .epaper-show .ep-info { background: #fff; @@ -151,7 +151,7 @@

<%= t('e_paper.intro') %>

-
<%= t('e_paper.title') %>:" target="_blank"><%= paper.title %>
+
<%= t('e_paper.title') %>:<%= paper.title %>
<%= t('e_paper.date') %>:<%= paper.created_at.strftime("%Y-%m-%d") %>
<%= t('e_paper.description') %><%= paper.description %>
-- 2.40.1