diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 85c517638..4f81211a3 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -16,6 +16,8 @@ module ApplicationHelper
controller_name == "articles" ||
controller_name == "podcast_episodes" ||
controller_name == "events" ||
+ controller_name == "tags" ||
+ controller_name == "registrations" ||
controller_name == "users" ||
controller_name == "pages" ||
controller_name == "dashboards"||
diff --git a/app/views/layouts/_styles.html.erb b/app/views/layouts/_styles.html.erb
index faa3e8bd6..b686525b4 100644
--- a/app/views/layouts/_styles.html.erb
+++ b/app/views/layouts/_styles.html.erb
@@ -52,7 +52,10 @@
<% elsif view_class.include? "registrations"%>
<% elsif view_class.include? "users-index"%>