diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index 3261470..3ed0176 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -13,6 +13,7 @@
{{template "base/footer_content" .}}
+
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl
index 0bd25ea..ba6f741 100644
--- a/templates/base/head_navbar.tmpl
+++ b/templates/base/head_navbar.tmpl
@@ -28,17 +28,29 @@
{{/* No links */}}
{{else if .IsSigned}}
{{if not .UnitIssuesGlobalDisabled}}
- {{ctx.Locale.Tr "issues"}}
+
+
+ {{ctx.Locale.Tr "issues"}}
+
{{end}}
{{if not .UnitPullsGlobalDisabled}}
- {{ctx.Locale.Tr "pull_requests"}}
+
+
+ {{ctx.Locale.Tr "pull_requests"}}
+
{{end}}
{{if not (and .UnitIssuesGlobalDisabled .UnitPullsGlobalDisabled)}}
{{if .ShowMilestonesDashboardPage}}
- {{ctx.Locale.Tr "milestones"}}
+
+
+ {{ctx.Locale.Tr "milestones"}}
+
{{end}}
{{end}}
- {{ctx.Locale.Tr "explore"}}
+
+
+ {{ctx.Locale.Tr "explore"}}
+
{{else if .IsLandingPageOrganizations}}
{{ctx.Locale.Tr "explore"}}
{{else}}