aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/error.html
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-03-21 13:46:45 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-03-21 13:46:45 +0100
commit81c512e6b1d669ff9c0f1aa349402c9cd35b1b79 (patch)
tree2877c2ee6abdc4676f7d0647a89421e63cc79273 /dashboard/app/error.html
parent7c62f718046a2204a35cfe8850f9006b686b1c22 (diff)
dashboard/app: add support for Google Analytics
Diffstat (limited to 'dashboard/app/error.html')
-rw-r--r--dashboard/app/error.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/app/error.html b/dashboard/app/error.html
index b76ac13b1..7bab98186 100644
--- a/dashboard/app/error.html
+++ b/dashboard/app/error.html
@@ -1,11 +1,11 @@
<!doctype html>
<html>
<head>
+ {{template "head" .Header}}
<title>syzbot</title>
- <link rel="stylesheet" href="/static/style.css"/>
</head>
<body>
- {{.}}
+ {{.Error}}
<br>
<a href="javascript:history.back()">back</a>
</body>