Remove custom color from changeset comments count
This commit is contained in:
parent
9768a01717
commit
3c5c376158
2 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue