From 3b2fa4314b713228dbb2f5f440699c805c0b94b5 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 3 Jan 2025 11:48:45 -0800 Subject: [PATCH] add join notify link --- app/templates/components/header.html | 5 ++++- app/templates/views/dashboard/_activity.html | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 app/templates/views/dashboard/_activity.html diff --git a/app/templates/components/header.html b/app/templates/components/header.html index a6abd1282..e9d3d107d 100644 --- a/app/templates/components/header.html +++ b/app/templates/components/header.html @@ -38,7 +38,10 @@ {% set navigation = [] %} {% if FEATURE_ABOUT_PAGE_ENABLED %} -{% set navigation = navigation + [{"href": url_for('main.about_notify'), "text": "About Notify", "active": request.path == '/about'}] %} +{% set navigation = navigation + [ + {"href": url_for('main.about_notify'), "text": "About Notify", "active": request.path == '/about'}, + {"href": url_for('main.join_notify'), "text": "Join Notify", "active": request.path == '/join-notify'} +] %} {% endif %} {% endif %} diff --git a/app/templates/views/dashboard/_activity.html b/app/templates/views/dashboard/_activity.html new file mode 100644 index 000000000..e1c459004 --- /dev/null +++ b/app/templates/views/dashboard/_activity.html @@ -0,0 +1,19 @@ +
+ sdsadadadadadsadsdsad + +
+
+ + + sdsadadadadadsadsdsad + +
+

Total messages

+ +
+
+
+
+
+
+