From f6b29012e09d5f7770a0b1ea8659da5172e155b3 Mon Sep 17 00:00:00 2001
From: Brad Albright <32200834+bhalbright@users.noreply.github.com>
Date: Sun, 15 Dec 2019 08:20:08 -0600
Subject: Add /milestones endpoint (#8733)
Create a /milestones endpoint which basically serves as a dashboard view for milestones, very similar to the /issues or /pulls page.
Closes #8232
---
templates/base/head_navbar.tmpl | 1 +
1 file changed, 1 insertion(+)
(limited to 'templates/base/head_navbar.tmpl')
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl
index fdba57d5bf..a09b4b832e 100644
--- a/templates/base/head_navbar.tmpl
+++ b/templates/base/head_navbar.tmpl
@@ -12,6 +12,7 @@
{{.i18n.Tr "dashboard"}}
{{.i18n.Tr "issues"}}
{{.i18n.Tr "pull_requests"}}
+ {{if .ShowMilestonesDashboardPage}}{{.i18n.Tr "milestones"}}{{end}}
{{.i18n.Tr "explore"}}
{{else if .IsLandingPageHome}}
{{.i18n.Tr "home"}}
--
cgit v1.2.3