From 519c9c4499ff824ab221712254ae066b5c9e7cbf Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 16 Jan 2019 03:36:25 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=82=B9=E3=82=BF=E3=83=B3?= =?UTF-8?q?=E3=82=B9=E6=83=85=E5=A0=B1=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AB?= =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC=E6=95=B0=E3=81=A8=E6=8A=95?= =?UTF-8?q?=E7=A8=BF=E6=95=B0=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/web/views/info.pug | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/server/web/views/info.pug b/src/server/web/views/info.pug index e1b5f45b6..386898e98 100644 --- a/src/server/web/views/info.pug +++ b/src/server/web/views/info.pug @@ -85,6 +85,12 @@ html tr th CPU td= cpu.model + tr + th Original users + td= meta.stats.originalUsersCount + tr + th Original notes + td= meta.stats.originalNotesCount tr th Registration td= !meta.disableRegistration ? 'yes' : 'no'