diff --git a/tardis/apps/projects/templates/ajax/owned_proj_list.html b/tardis/apps/projects/templates/ajax/owned_proj_list.html
index 5a0882fc8..2edd191ef 100644
--- a/tardis/apps/projects/templates/ajax/owned_proj_list.html
+++ b/tardis/apps/projects/templates/ajax/owned_proj_list.html
@@ -19,8 +19,7 @@
+ View Project
{% empty %}
diff --git a/tardis/apps/projects/templates/my_projects.html b/tardis/apps/projects/templates/my_projects.html
index e8dffc98b..5d07fe867 100644
--- a/tardis/apps/projects/templates/my_projects.html
+++ b/tardis/apps/projects/templates/my_projects.html
@@ -8,10 +8,9 @@
{% block content %}
-
+
-
-
Projects
+
@@ -58,7 +57,7 @@
{{ owned_projects.count }}
{% endif %}
-
+
{% render_bundle 'my_projects' %}
diff --git a/tardis/apps/projects/templates/public_projects.html b/tardis/apps/projects/templates/public_projects.html
index f1288f788..b2ef295aa 100644
--- a/tardis/apps/projects/templates/public_projects.html
+++ b/tardis/apps/projects/templates/public_projects.html
@@ -6,13 +6,10 @@
{% block content %}
-
+
-
-
Projects
-
-
Projects
-
+
@@ -43,9 +40,7 @@
{{ public_projects.count }}
data-bs-toggle="collapse" onclick="$('#collapse{{proj.id}}').collapse('toggle');">
@@ -119,6 +114,8 @@
{{ public_projects.count }}
+
View Project
{% endfor %}
@@ -126,7 +123,7 @@ {{ public_projects.count }}
{% endif %}
-
+