From 08ae667447606d420eca1b8d250a8a2ee0251e1b Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 28 Aug 2019 00:20:08 +0200 Subject: [PATCH] Added active user count back --- app/views/about/show.html.haml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 73f3f279e3..f24f4e1957 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -74,5 +74,7 @@ %strong= number_to_human @instance_presenter.user_count, strip_insignificant_zeros: true %span= t 'about.user_count_after', count: @instance_presenter.user_count .hero-widget__counter{ style: 'width: 50%' } - %strong= number_to_human @instance_presenter.status_count, strip_insignificant_zeros: true - %span= t 'about.status_count_after', count: @instance_presenter.status_count + %strong= number_to_human @instance_presenter.active_user_count, strip_insignificant_zeros: true + %span + = t 'about.active_count_after' + %abbr{ title: t('about.active_footnote') } * -- GitLab