aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/greenwich/reports/_problem-list.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/web/greenwich/reports/_problem-list.html b/templates/web/greenwich/reports/_problem-list.html
deleted file mode 100644
index 45746e309..000000000
--- a/templates/web/greenwich/reports/_problem-list.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<section class="full-width">
- [% INCLUDE column
- problems = problems.${body.id}
- %]
-</section>
-
-[% BLOCK column %]
- <ul class="issue-list-a">
- [% IF problems %]
- [% FOREACH problem IN problems %]
- [% INCLUDE 'reports/_list-entry.html' %]
- [% END %]
- [% ELSE %]
- <li class="empty">
- <p>[% loc('There are no reports to show.') %]</p>
- </li>
- [% END %]
- </ul>
-[% END %]