aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/index/components.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2020-08-12 20:34:44 +0300
committerMantas Vilčinskas <hi@mnts.lt>2020-10-27 21:27:08 +0200
commit4e5ba51a3fa929d01307a685a9c7338ff89a4b70 (patch)
tree841ba30c0c1794b459fa7fecf6215b816ff2232d /layouts/partials/index/components.html
parent1428e835a78d08799257c2c59e66e5f4e8c4334e (diff)
Relative URLs for /affected/ done #126
Diffstat (limited to 'layouts/partials/index/components.html')
-rw-r--r--layouts/partials/index/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html
index ff5174f..82964fe 100644
--- a/layouts/partials/index/components.html
+++ b/layouts/partials/index/components.html
@@ -59,7 +59,7 @@
{{ $thisIsDown := where $activeComponentIssues "Params.severity" "=" "down" }}
<div class="component" data-status="{{ if $thisIsDown }}down{{ else }}{{ if $thisIsDisrupted }}disrupted{{ else }}{{ if $thisIsNotice }}notice{{ else }}ok{{ end }}{{ end }}{{ end }}">
- <a href="affected/{{ .name | urlize }}/" class="no-underline">
+ <a href="{{ printf "/affected/%s/" (.name | urlize) | relURL }}" class="no-underline">
{{ default .name .displayName }}
</a>