Replace deprecated text-muted class with text-body-secondary

This commit is contained in:
Tom Hughes 2024-05-06 09:49:51 +01:00
parent 56a34d85cc
commit 161fc8ac47
30 changed files with 59 additions and 59 deletions

View file

@ -4,7 +4,7 @@
<%= link_to user_thumbnail(report.user), report.user %>
</div>
<div class="col">
<p class="text-muted">
<p class="text-body-secondary">
<%= t ".reported_by_html", :category => report.category,
:user => link_to(report.user.display_name, report.user),
:updated_at => tag.time(l(report.updated_at.to_datetime, :format => :friendly),