diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/report/updates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/report/updates.html b/templates/web/zurich/report/updates.html index 1e835aab7..63f39d8f7 100644 --- a/templates/web/zurich/report/updates.html +++ b/templates/web/zurich/report/updates.html @@ -1,7 +1,7 @@ [% IF problem.state == 'fixed - council' OR problem.state == 'closed' %] <h4 class="static-with-rule">[% loc('Updates') %]</h4> <ul class="item-list item-list--updates"> - <li> + <li class="item-list__item item-list__item--updates"> <div class="item-list__update-wrap"> <div class="item-list__update-text"> <p class="meta-2">[% prettify_dt( problem.lastupdate, 'zurich' ) %]</p> |