aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/issues/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/issues/single.html b/layouts/issues/single.html
index 52c4145..bc48ed3 100644
--- a/layouts/issues/single.html
+++ b/layouts/issues/single.html
@@ -8,7 +8,7 @@
{{ $isDown := where $active "Params.severity" "=" "down" }}
<body class="status-{{ if $isDown }}down{{ else }}{{ if $isDisrupted}}disrupted{{ else }}{{ if $isNotice }}notice{{ else }}ok{{ end }}{{ end }}{{ end }}">
- {{ partial "header-mini" . }}
+ {{ partial "header" . }}
<div class="contain">
{{ .Render "issue" }}