aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zerotb/report/_item.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zerotb/report/_item.html')
-rw-r--r--templates/web/zerotb/report/_item.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zerotb/report/_item.html b/templates/web/zerotb/report/_item.html
index 92fb8e8d8..e12c9e1fa 100644
--- a/templates/web/zerotb/report/_item.html
+++ b/templates/web/zerotb/report/_item.html
@@ -1,5 +1,5 @@
-<li>
-<a class="text" href="[% c.uri_for('/report', problem.id ) %]">
+<li class="item-list__item item-list--reports__item">
+<a href="[% c.uri_for('/report', problem.id ) %]">
<h4>[% problem.title | html %]</h4>
</a>
</li>