From bec59f1f9f04feef3048412bddc4077e53604937 Mon Sep 17 00:00:00 2001 From: decabeza Date: Wed, 27 Apr 2022 19:53:03 +0200 Subject: [PATCH] Remove icon images on mailers --- app/assets/images/icon_mailer_comment.png | Bin 251 -> 0 bytes app/assets/images/icon_mailer_reply.png | Bin 230 -> 0 bytes app/assets/images/icon_mailer_share.png | Bin 379 -> 0 bytes .../mailer/budget_investment_created.html.erb | 1 - .../mailer/budget_investment_selected.html.erb | 1 - .../mailer/direct_message_for_receiver.html.erb | 1 - .../mailer/proposal_notification_digest.html.erb | 2 -- 7 files changed, 5 deletions(-) delete mode 100644 app/assets/images/icon_mailer_comment.png delete mode 100644 app/assets/images/icon_mailer_reply.png delete mode 100644 app/assets/images/icon_mailer_share.png diff --git a/app/assets/images/icon_mailer_comment.png b/app/assets/images/icon_mailer_comment.png deleted file mode 100644 index d3c9bff738825499e7c06f8a2adce4b5d17b586c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf4nJ za0`PlBg3pY5@fx({`eF=FuU@JE6u`H t^}0y%m%?NFP723uJSgy8?a}=M%yHKgpUwZrxEbhB22WQ%mvv4FO#oa~T$ca< diff --git a/app/assets/images/icon_mailer_reply.png b/app/assets/images/icon_mailer_reply.png deleted file mode 100644 index 0c9159e8451c68303b48a710cd6cbd4199a3bd3f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^JU}eK!3HFi66di4DVAa<&kznEsNqQI0P;BtJR*x3 z7`TN&n2}-D90{Ocho_5Uh{nXD=Qr{mG7xBe=)Z9B!sSbR!WOtD@r0d_nj*=t(Y-;} zh*7pytLuVAP|8h>%m>r`)bH<2-}^XziuV!qFU2j{F@`N(o4EEmbstW-zW9K#c;bnW z_P-i>X)d}S4;adoT|A$D=L6q+akJpycQ17H62q1&^_U;MvZMa=+(joPi{4C=syo0w YwL?*(&Fkngpqm&xUHx3vIVCg!0GPy3$p8QV diff --git a/app/assets/images/icon_mailer_share.png b/app/assets/images/icon_mailer_share.png deleted file mode 100644 index f95d44141b621be582501edd89e8cbdf98321ba1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 379 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf4nJ za0`PlBg3pY5)2HCvYsxEAr`$yCv5a$P84WK|9|9!JjegHc^wIgON8HiRn572%&hl^ z%(f&|j%i9^N)gdrD^>Uv#FWhL9c6yVHF-@d%U7HJIlaN>jPAel;}um^ntrc(e(FtK zhAXR>q}E>RHMahCkAJg{bO=+4)m+vdx6^K4TwH#CKKm@Twk^ijW!u@Daud1ovpEcl zL>h|IUW=^!Cc9x4x2;Oy9ucP(lZw+>_6S{!o1_xX5VNGpt3mqMM=_VHUDu30dmZ^B zvGQHbSJx*UGxZtH)Jm{62rzZOvNg_smaepkZNbM(5eAnh6GHh8iTgg{%I_2h3;qYyYi)m*Ktk X)PU#K>!xG?Lyy7J)z4*}Q$iB}&@_=P diff --git a/app/views/mailer/budget_investment_created.html.erb b/app/views/mailer/budget_investment_created.html.erb index 0e603f29a..2b2efbcbf 100644 --- a/app/views/mailer/budget_investment_created.html.erb +++ b/app/views/mailer/budget_investment_created.html.erb @@ -26,7 +26,6 @@ <%= link_to budget_investment_url(@investment.budget, @investment, anchor: "social-share"), style: css_for_mailer_button do %> - <%= image_tag("icon_mailer_share.png", style: "border: 0; display: inline-block; width: 100%; max-width: 16px", alt: "") %> <%= t("mailers.budget_investment_created.share") %> <% end %> diff --git a/app/views/mailer/budget_investment_selected.html.erb b/app/views/mailer/budget_investment_selected.html.erb index cb4de4faf..66c61bdfc 100644 --- a/app/views/mailer/budget_investment_selected.html.erb +++ b/app/views/mailer/budget_investment_selected.html.erb @@ -13,7 +13,6 @@ <%= link_to budget_investment_url(@investment.budget, @investment, anchor: "social-share"), style: css_for_mailer_button do %> - <%= image_tag("icon_mailer_share.png", style: "border: 0; display: inline-block; width: 100%; max-width: 16px", alt: "") %> <%= t("mailers.budget_investment_selected.share_button") %> <% end %> diff --git a/app/views/mailer/direct_message_for_receiver.html.erb b/app/views/mailer/direct_message_for_receiver.html.erb index 06c3d849a..e680ec668 100644 --- a/app/views/mailer/direct_message_for_receiver.html.erb +++ b/app/views/mailer/direct_message_for_receiver.html.erb @@ -12,7 +12,6 @@ <%= link_to user_url(@direct_message.sender), style: css_for_mailer_button, target: "_blank" do %> - <%= image_tag("icon_mailer_reply.png", style: "border: 0; display: inline-block; width: 100%; max-width: 12px; vertical-align: sub;", alt: "") %> <%= t("mailers.direct_message_for_receiver.reply", sender: @direct_message.sender.name) %> <% end %> diff --git a/app/views/mailer/proposal_notification_digest.html.erb b/app/views/mailer/proposal_notification_digest.html.erb index 7842f7707..3c23f5777 100644 --- a/app/views/mailer/proposal_notification_digest.html.erb +++ b/app/views/mailer/proposal_notification_digest.html.erb @@ -32,12 +32,10 @@ <%= link_to proposal_url(notification.notifiable.proposal, anchor: "social-share"), style: css_for_mailer_button do %> - <%= image_tag("icon_mailer_share.png", style: "border: 0; display: inline-block; width: 100%; max-width: 16px", alt: "") %> <%= t("mailers.proposal_notification_digest.share") %> <% end %> <%= link_to proposal_url(notification.notifiable.proposal, anchor: "comments"), style: css_for_mailer_button do %> - <%= image_tag("icon_mailer_comment.png", style: "border: 0; display: inline-block; width: 100%; max-width: 16px; vertical-align: middle;", alt: "") %> <%= t("mailers.proposal_notification_digest.comment") %> <% end %>