From 1d03717714d7cbf295c626c762c8fc4239a74e45 Mon Sep 17 00:00:00 2001 From: chiu Date: Wed, 25 Dec 2024 04:59:56 +0000 Subject: [PATCH] =?UTF-8?q?change=20color=20=EF=BC=8Ctitle=20unlink?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/e_paper_criterias/emailer.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/admin/e_paper_criterias/emailer.html.erb b/app/views/admin/e_paper_criterias/emailer.html.erb index cce7868..9b4b97d 100755 --- a/app/views/admin/e_paper_criterias/emailer.html.erb +++ b/app/views/admin/e_paper_criterias/emailer.html.erb @@ -63,9 +63,9 @@ margin: 10px; } .epaper-show .ep-content-title { - color: #881f05; + color: #000; font-size: 20px; - border-left: 4px solid #881f05; + border-left: 4px solid #000; display: block; padding: 0 0 0 10px; margin: 0 0 10px; @@ -260,7 +260,7 @@ <% if paper.title.present? %>

- " target="_blank"><%= paper.title %> + <%= paper.title %>

<% end %>