diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-05 15:38:52 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-05 15:38:52 +0300 |
commit | 7061d2290b01c0d875b2e581bd4254b485ef48ed (patch) | |
tree | 7d76b8e165220c26ba82406422fbebbb4d1532a0 /layouts | |
parent | dccc5e9864bb8e5923d633848860d39e4d92e46c (diff) |
Add screenshots
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/issues/single.html | 2 |
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" }} |