Replace deprecated text-muted class with text-body-secondary
This commit is contained in:
parent
56a34d85cc
commit
161fc8ac47
30 changed files with 59 additions and 59 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue