projects
/
qomet.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Prepare monitoring using Statements component (early draft stage)
[qomet.git]
/
views
/
error.pug
Commit
Line
Data
e99c53fb
BA
1
doctype html
2
html
3
4
head
5
meta(charset="utf-8")
6
title Error
7
8
body
9
h1= message
10
h2= error.status
11
pre #{error.stack}