diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-10-01 15:46:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-10-01 20:59:33 +0100 |
commit | a4d0db790c46ae55edd75bb719e62dee7d0e5a7f (patch) | |
tree | b1a3a155bd668d4e97729af75b2402724d41c7f0 /templates | |
parent | daada5411eb2edcd27111abadbd66c9b368c65b0 (diff) |
Remove unneeded report-list and list-a classes.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/greenwich/around/tabbed_lists.html | 2 | ||||
-rw-r--r-- | templates/web/oxfordshire/around/tabbed_lists.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/greenwich/around/tabbed_lists.html b/templates/web/greenwich/around/tabbed_lists.html index 0d7dfddfc..ab95ec828 100644 --- a/templates/web/greenwich/around/tabbed_lists.html +++ b/templates/web/greenwich/around/tabbed_lists.html @@ -1,5 +1,5 @@ [% INCLUDE "reports/_list-filters.html" %] -<ul class="report-list" id="current"> +<ul class="issue-list-a" id="current"> [% INCLUDE "around/on_map_list_items.html" %] </ul> diff --git a/templates/web/oxfordshire/around/tabbed_lists.html b/templates/web/oxfordshire/around/tabbed_lists.html index 0d7dfddfc..ab95ec828 100644 --- a/templates/web/oxfordshire/around/tabbed_lists.html +++ b/templates/web/oxfordshire/around/tabbed_lists.html @@ -1,5 +1,5 @@ [% INCLUDE "reports/_list-filters.html" %] -<ul class="report-list" id="current"> +<ul class="issue-list-a" id="current"> [% INCLUDE "around/on_map_list_items.html" %] </ul> |