routewatch/internal/templates
sneak df31cf880a Fix prefix URL routing by using URL encoding
- Replace slash-to-dash conversion with proper URL encoding
- Update handlePrefixDetail and handlePrefixDetailJSON to URL decode prefix parameter
- Update handleIPRedirect to URL encode the prefix in the redirect
- Add urlEncode template function for use in templates
- Update AS detail template to URL encode prefix links
- This properly handles the slash in CIDR notation (e.g., /prefix/192.168.1.0%2F24)
2025-07-28 04:34:34 +02:00
..
as_detail.html Fix prefix URL routing by using URL encoding 2025-07-28 04:34:34 +02:00
prefix_detail.html Implement AS and prefix detail pages 2025-07-28 04:26:20 +02:00
status.html Fix handler processing time display for sub-millisecond values 2025-07-28 03:26:16 +02:00
templates.go Fix prefix URL routing by using URL encoding 2025-07-28 04:34:34 +02:00