Skip to content

Commit 2dc59c9

Browse files
committed
Remove active count as it no longer is populated
1 parent 257c359 commit 2dc59c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{ else -}}
2424
<p>Join <b>{{.Team.Name}}</b> on Slack.</p>
2525
<p class="status">
26-
<b class="active">{{.ActiveCount}}</b> users online now of <b class="total">{{.UserCount}}</b> registered.
26+
<b class="total">{{.UserCount}}</b> registered gophers.
2727
</p>
2828
{{ if .InviteLink -}}
2929
<p><a href="{{ .InviteLink }}">{{ .InviteLink }}</a></p>

0 commit comments

Comments
 (0)