aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/isleofwight/report/_item_heading.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/isleofwight/report/_item_heading.html b/templates/web/isleofwight/report/_item_heading.html
new file mode 100644
index 000000000..90010a548
--- /dev/null
+++ b/templates/web/isleofwight/report/_item_heading.html
@@ -0,0 +1,7 @@
+[%
+ SET title = problem.title;
+ IF c.req.uri.path == '/';
+ title = problem.category_display;
+ END;
+%]
+<h3 class="item-list__heading">[% title %]</h3>