fix(settings): always show Licensing nav item in repo settings #456
Reference in New Issue
Block a user
Delete Branch "fix/licensing-nav-always-visible"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Licensing nav item was gated behind
LicensingEnabled, creating a chicken-and-egg problem: users could not reach the settings page to enable licensing because the nav link was hidden until licensing was already on.Fix: remove the
{{if .LicensingEnabled}}guard so the Licensing link is always visible in repo settings.?? Generated with Claude Code