From a84530a97fdba18a40faf073589161065e3f9b33 Mon Sep 17 00:00:00 2001 From: Andrii Furmanets Date: Wed, 7 Jan 2026 21:52:20 +0200 Subject: [PATCH] Add rel noopener to external links --- app/views/my/menus/show.html.erb | 2 +- app/views/public/_footer.html.erb | 2 +- app/views/sessions/_footer.html.erb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/my/menus/show.html.erb b/app/views/my/menus/show.html.erb index cb3e6310e..5bff2f387 100644 --- a/app/views/my/menus/show.html.erb +++ b/app/views/my/menus/show.html.erb @@ -9,6 +9,6 @@ <% end %> <% end %> diff --git a/app/views/public/_footer.html.erb b/app/views/public/_footer.html.erb index a9b5d1853..a68dce8ed 100644 --- a/app/views/public/_footer.html.erb +++ b/app/views/public/_footer.html.erb @@ -1,3 +1,3 @@
- <%= icon_tag "fizzy", class: "v-align-middle" %> Fizzy™ is designed, built, and backed by <%= icon_tag "37signals", class: "v-align-middle" %> 37signals. + <%= icon_tag "fizzy", class: "v-align-middle" %> Fizzy™ is designed, built, and backed by <%= icon_tag "37signals", class: "v-align-middle" %> 37signals.
diff --git a/app/views/sessions/_footer.html.erb b/app/views/sessions/_footer.html.erb index e538532d7..d4a00acab 100644 --- a/app/views/sessions/_footer.html.erb +++ b/app/views/sessions/_footer.html.erb @@ -1,4 +1,4 @@
- <%= icon_tag "fizzy", class: "v-align-middle" %> Fizzy™ is designed, built, and backed by <%= icon_tag "37signals", class: "v-align-middle" %> 37signals™. + <%= icon_tag "fizzy", class: "v-align-middle" %> Fizzy™ is designed, built, and backed by <%= icon_tag "37signals", class: "v-align-middle" %> 37signals™. Need help? <%= mail_to "support@fizzy.do", "Send us an email", class: "txt-link" %>. -
\ No newline at end of file +