Skip to content

Commit 41b086e

Browse files
committed
Merge remote-tracking branch 'upstream/pull/5756'
2 parents 90228b9 + f47b3af commit 41b086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/changesets/_changeset.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#<%= changeset.id %>
1313
</a>
1414
</div>
15-
<div class="col-auto d-flex flex-column justify-content-end align-items-end text-secondary">
15+
<div class="col-auto d-flex flex-column justify-content-end align-items-end text-body-secondary">
1616
<%= tag.div :class => ["d-flex align-items-baseline gap-1", { "opacity-50" => changeset.comments.empty? }],
1717
:title => t(".comments", :count => changeset.comments.length) do %>
1818
<%= changeset.comments.length %>

0 commit comments

Comments
 (0)