Remove custom color from changeset comments count

This commit is contained in:
Anton Khorev 2023-10-02 02:13:18 +03:00
parent 9768a01717
commit 3c5c376158
2 changed files with 1 additions and 5 deletions

View file

@ -24,7 +24,7 @@
#<%= changeset.id %>
</a>
</div>
<div class="col-auto comments<%= " opacity-50" if changeset.comments.empty? %>">
<div class="col-auto text-secondary<%= " opacity-50" if changeset.comments.empty? %>">
<%= changeset.comments.length %>
<span class="icon note grey"></span>
</div>