aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-03-19 16:29:08 +0000
committerStruan Donald <struan@exo.org.uk>2014-04-08 13:21:11 +0100
commit6daa28af47cb7a854b961601d9f23a8ddfc20db3 (patch)
treedaa9b8ad49416840a5cae0f6e7a19b7d4a2379a5
parent90bf8d40800452046b4b89e80e2af64ee65872bc (diff)
remove most of the detail from zerotb report pages
only really want the title and the details as all the rest is not relevant
-rw-r--r--templates/web/zerotb/report/_main.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/zerotb/report/_main.html b/templates/web/zerotb/report/_main.html
new file mode 100644
index 000000000..189b4eeb5
--- /dev/null
+++ b/templates/web/zerotb/report/_main.html
@@ -0,0 +1,6 @@
+<div class="problem-header cf">
+ <h1>[% problem.title | html %]</h1>
+
+ [% add_links( problem.detail ) | html_para %]
+
+</div>