Skip to content

Commit 70ebf37

Browse files
authored
[UI] fix statistics/global-activity badges (#805)
1 parent 786d50a commit 70ebf37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/statistics/global_activity.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<ul class="nav nav-pills statistics">
77
<li class="nav-item">
88
<%= t '.users_reg' %>
9-
<div class="badge rounded-pill">
9+
<div class="badge bg-secondary rounded-pill">
1010
<%= @active_members.count %>
1111
</div>
1212
</li>
1313
<li class="nav-item">
1414
<%= t '.num_swaps' %>
15-
<div class="badge rounded-pill">
15+
<div class="badge bg-secondary rounded-pill">
1616
<%= @num_swaps %>
1717
</div>
1818
</li>
1919
<li class="nav-item">
2020
<%= t '.total_hours' %>
21-
<div class="badge rounded-pill">
21+
<div class="badge bg-secondary rounded-pill">
2222
<%= seconds_to_hm @total_hours %>
2323
</div>
2424
</li>

0 commit comments

Comments
 (0)