From f7c440e1dafac599a1a5726682ed1a8eacf77ab6 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 14 Feb 2020 00:03:20 -0500 Subject: templates: Initial changes for v1.11.0 --- 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 743dfee..2a73d42 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -13,6 +13,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