summaryrefslogtreecommitdiff
path: root/views/log.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'views/log.tpl')
-rw-r--r--views/log.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/log.tpl b/views/log.tpl
new file mode 100644
index 0000000..14c5235
--- /dev/null
+++ b/views/log.tpl
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="description" content="ickweb">
+ <meta name="author" content="The ick project">
+ <title>Ick build log {{ buildid }}</title>
+ </head>
+ <body>
+ <p>Build log {{buildid }}:</p>
+ <p><blockquote><pre>{{ log }}</pre></blockquote></p>
+ </body>
+</html>