From 4e5ba51a3fa929d01307a685a9c7338ff89a4b70 Mon Sep 17 00:00:00 2001 From: Mantas VilĨinskas Date: Wed, 12 Aug 2020 20:34:44 +0300 Subject: Relative URLs for /affected/ done #126 --- layouts/issues/issue.html | 2 +- layouts/partials/index/announcements.html | 4 +++- layouts/partials/index/components.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/layouts/issues/issue.html b/layouts/issues/issue.html index 08a6b92..e2d283e 100644 --- a/layouts/issues/issue.html +++ b/layouts/issues/issue.html @@ -20,7 +20,7 @@

{{ range .Params.Affected }} - {{ . }} + {{ . }} {{ end }}

diff --git a/layouts/partials/index/announcements.html b/layouts/partials/index/announcements.html index 060c049..25a1719 100644 --- a/layouts/partials/index/announcements.html +++ b/layouts/partials/index/announcements.html @@ -11,7 +11,9 @@

{{ range .Params.Affected }} - {{ . }} + + {{ . }} + {{ end }}

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" }}
- + {{ default .name .displayName }} -- cgit v1.2.3-70-g09d2