diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-03-21 13:46:45 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-03-21 13:46:45 +0100 |
| commit | 81c512e6b1d669ff9c0f1aa349402c9cd35b1b79 (patch) | |
| tree | 2877c2ee6abdc4676f7d0647a89421e63cc79273 /dashboard/app/error.html | |
| parent | 7c62f718046a2204a35cfe8850f9006b686b1c22 (diff) | |
dashboard/app: add support for Google Analytics
Diffstat (limited to 'dashboard/app/error.html')
| -rw-r--r-- | dashboard/app/error.html | 4 |
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> |
