From 899f28e558c22978433841cc439bd279dfc7c0bf Mon Sep 17 00:00:00 2001 From: Carolina Romero Date: Tue, 6 Feb 2024 11:51:33 +0100 Subject: [PATCH 1/3] Add 'Book' link to header --- source/partials/header.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/source/partials/header.html.erb b/source/partials/header.html.erb index ef2ed385..73b97321 100644 --- a/source/partials/header.html.erb +++ b/source/partials/header.html.erb @@ -22,6 +22,7 @@ <%= link_to t('nav.first-steps'), "#{t(:path)}/first-steps", class: "inline-block py-4 w-full md:w-auto" %> <%= link_to t('nav.features'), "#{t(:path)}/features", class: "inline-block py-4 w-full md:w-auto" %> <%= link_to t('nav.community'), "#{t(:path)}/community", class: "inline-block py-4 w-full md:w-auto" %> + <%= link_to t('nav.book'), "https://link.springer.com/book/10.1007/978-3-031-50784-7", target: "_blank", rel: "noopener noreferrer", class: "inline-block py-4 w-full md:w-auto" %> <%= link_to t('nav.about'), "#{t(:path)}/about", class: "inline-block py-4 w-full md:w-auto" %> <%= link_to t('nav.donate'), "http://donate.decidim.org/", target: "_blank", rel: "noopener noreferrer", class: "button inline-block text-center py-4 w-full md:w-auto" %> From a1d15d1c640f217715d19c19e4e21d14f76af77e Mon Sep 17 00:00:00 2001 From: Carolina Romero Date: Tue, 6 Feb 2024 11:54:04 +0100 Subject: [PATCH 2/3] Update en.yml --- locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en.yml b/locales/en.yml index baf2264a..547891a2 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -356,6 +356,7 @@ en: academy: Academy association: Association blog: Blog + book: Book close_menu: Close menu code: Code community: Community From 0ba19316ab22bcc481953ac2e08a382626ebe616 Mon Sep 17 00:00:00 2001 From: Carolina Romero Date: Tue, 6 Feb 2024 12:17:46 +0100 Subject: [PATCH 3/3] Update links.yml --- data/links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/links.yml b/data/links.yml index 2bd3c262..d5a2d403 100644 --- a/data/links.yml +++ b/data/links.yml @@ -31,6 +31,8 @@ about_us: stay_up_to_date: - name: nav.blog url: /blog + - name: nav.book + url: https://link.springer.com/book/10.1007/978-3-031-50784-7 - name: nav.press url: /press - name: nav.academy