diff options
-rw-r--r-- | templates/web/base/report/_item.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/base/report/_item.html b/templates/web/base/report/_item.html index 140abdbce..278011afd 100644 --- a/templates/web/base/report/_item.html +++ b/templates/web/base/report/_item.html @@ -28,6 +28,11 @@ [% END %] [% END %] +[%~ TRY ~%] + [% PROCESS 'report/_item_extra_class.html' %] +[%~ CATCH file ~%] +[%~ END ~%] + <li class="item-list__item item-list--reports__item [% item_extra_class %]" data-report-id="[% problem.id | html %]" data-lastupdate="[% problem.lastupdate %]" id="report-[% problem.id | html %]"> <a href="[% c.cobrand.relative_url_for_report( problem ) %][% problem.url %]"> |