We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786d50a commit 70ebf37Copy full SHA for 70ebf37
app/views/statistics/global_activity.html.erb
@@ -6,19 +6,19 @@
6
<ul class="nav nav-pills statistics">
7
<li class="nav-item">
8
<%= t '.users_reg' %>
9
- <div class="badge rounded-pill">
+ <div class="badge bg-secondary rounded-pill">
10
<%= @active_members.count %>
11
</div>
12
</li>
13
14
<%= t '.num_swaps' %>
15
16
<%= @num_swaps %>
17
18
19
20
<%= t '.total_hours' %>
21
22
<%= seconds_to_hm @total_hours %>
23
24
0 commit comments