diff --git a/src/templates/src/project_homepage.html b/src/templates/src/project_homepage.html
index b7ff3d99..e290849e 100644
--- a/src/templates/src/project_homepage.html
+++ b/src/templates/src/project_homepage.html
@@ -78,7 +78,7 @@
{{ if or .Header.Project.CanEdit (gt (len .RecentActivity) 0) }}
-
Recent Activity
+
Recent Activity
{{ if .Header.Project.CanEdit }}
Add Snippet
diff --git a/src/templates/src/user_profile.html b/src/templates/src/user_profile.html
index 56e20dce..6b1f9512 100644
--- a/src/templates/src/user_profile.html
+++ b/src/templates/src/user_profile.html
@@ -158,7 +158,7 @@
{{ if or .OwnProfile (gt (len .TimelineItems) 0) }}
-
Recent Activity
+
Recent Activity
{{ if .OwnProfile }}
Add Snippet