feat: disable milestones dashboard link and add anonymous registration message to signup form

This commit is contained in:
2024-12-30 23:09:33 +00:00
parent 584225060b
commit 3a13a7d646
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
<a class="item{{if .PageIsPulls}} active{{end}}" href="{{AppSubUrl}}/pulls">{{ctx.Locale.Tr "pull_requests"}}</a>
{{end}}
{{if not (and .UnitIssuesGlobalDisabled .UnitPullsGlobalDisabled)}}
{{if .ShowMilestonesDashboardPage}}
{{if and false .ShowMilestonesDashboardPage}}
<a class="item{{if .PageIsMilestonesDashboard}} active{{end}}" href="{{AppSubUrl}}/milestones">{{ctx.Locale.Tr "milestones"}}</a>
{{end}}
{{end}}