diff options
Diffstat (limited to 'templates/web/fixamingata/front/recent.html')
-rw-r--r-- | templates/web/fixamingata/front/recent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixamingata/front/recent.html b/templates/web/fixamingata/front/recent.html index bfe35832e..255882f41 100644 --- a/templates/web/fixamingata/front/recent.html +++ b/templates/web/fixamingata/front/recent.html @@ -20,7 +20,7 @@ </h2> <section class="full-width"> - <ul class="issue-list-a"> + <ul class="item-list item-list--reports"> [% FOREACH problem IN recent_photos %] [% INCLUDE 'report/_item.html', no_fixed = 1 %] [% END %] |