From 352e24181308b7b17578e5b4c89d8ce38ba7172e Mon Sep 17 00:00:00 2001 From: Janell-Huyck Date: Fri, 15 Nov 2024 15:14:56 -0500 Subject: [PATCH] Make user drodown menu dark-themed, and 'About' page dark themed --- app/views/front/about.html.erb | 4 ++-- app/views/shared/_dashboard_header.html.erb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/front/about.html.erb b/app/views/front/about.html.erb index a54ed6af..5fdb10c3 100644 --- a/app/views/front/about.html.erb +++ b/app/views/front/about.html.erb @@ -1,11 +1,11 @@

UCL Application Portfolio



-
+

UCL Application Portfolio is a portfolio that manages the applications that are available, under development, in design, decomissioned.

UCL Application Portfolio is developed using Ruby on Rails platform by the UCL Application Development Team. Contact Application Development team for more information.


-

Deployed on <%= $deployed_at %>


+

Deployed on <%= $deployed_at %>


\ No newline at end of file diff --git a/app/views/shared/_dashboard_header.html.erb b/app/views/shared/_dashboard_header.html.erb index 2c49f89b..7da7b8e0 100644 --- a/app/views/shared/_dashboard_header.html.erb +++ b/app/views/shared/_dashboard_header.html.erb @@ -18,10 +18,10 @@ <%= nav_helper 'nav-link' %>
<% if current_user %> <%= current_user.first_name.to_s+" "+current_user.last_name.to_s %><% end %> -