aboutsummaryrefslogtreecommitdiff
path: root/layouts/issues
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2018-07-05 15:38:52 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2018-07-05 15:38:52 +0300
commit7061d2290b01c0d875b2e581bd4254b485ef48ed (patch)
tree7d76b8e165220c26ba82406422fbebbb4d1532a0 /layouts/issues
parentdccc5e9864bb8e5923d633848860d39e4d92e46c (diff)
Add screenshots
Diffstat (limited to 'layouts/issues')
-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" }}