diff options
Diffstat (limited to 'templates/web/bromley/report/_item.html')
-rw-r--r-- | templates/web/bromley/report/_item.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/bromley/report/_item.html b/templates/web/bromley/report/_item.html index 6398f698e..3bd8a8686 100644 --- a/templates/web/bromley/report/_item.html +++ b/templates/web/bromley/report/_item.html @@ -1,5 +1,5 @@ -<li class="[% c.cobrand.pin_colour(problem) %]"> -<a class="[% problem.category %] text" href="[% c.uri_for('/report', problem.id ) %]"> +<li class="item-list__item item-list--reports__item item-list__item--with-pin [% c.cobrand.pin_colour(problem) %]"> +<a class="[% problem.category %]" href="[% c.uri_for('/report', problem.id ) %]"> [% IF problem.photo; photo = problem.get_photo_params %] |