blob: 1bccc7cb78c25892f29096fdb2ef1563a550c048 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Skia Performance Monitoring | Activity Log</title>
{{template "header.html" .}}
</head>
<body>
<scaffold-sk responsiveWidth="700px">
{{template "titlebar.html" .}}
<div id=container>
{{range .}}
{{.ID}}: {{.Date}} {{.UserID}} {{.Action}} <a href="{{.URL}}">{{.URL}}</a><br>
{{end}}
</div>
</scaffold-sk>
</body>
</html>