Loading layouts/partials/index/components.html +2 −2 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ <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"> {{ .name }} {{ default .displayName .name }} </a> {{ with .description }} Loading Loading
layouts/partials/index/components.html +2 −2 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ <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"> {{ .name }} {{ default .displayName .name }} </a> {{ with .description }} Loading