From 210a69bd9b624e490c1efbb0ba42bf47a7b2f50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 9 Aug 2024 14:19:49 +0200 Subject: [PATCH] Add Geary app recommendation to email page --- app/views/services/email/show.html.erb | 8 ++++++++ public/img/logos/icon_geary.png | Bin 0 -> 9430 bytes 2 files changed, 8 insertions(+) create mode 100644 public/img/logos/icon_geary.png diff --git a/app/views/services/email/show.html.erb b/app/views/services/email/show.html.erb index ada7bba..39379e6 100644 --- a/app/views/services/email/show.html.erb +++ b/app/views/services/email/show.html.erb @@ -100,6 +100,14 @@ ["Website", "https://www.thunderbird.net"] ] ) %> + <%= render AppInfoComponent.new( + name: "Geary", + description: "Built around conversations, for the GNOME desktop", + icon_path: "/img/logos/icon_geary.png", + links: [ + ["Website", "https://wiki.gnome.org/Apps/Geary"] + ] + ) %>