forked from FoundKeyGang/FoundKey
インスタンス情報ページにユーザー数と投稿数を追加
This commit is contained in:
parent
c2f6b09969
commit
519c9c4499
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@ html
|
||||||
tr
|
tr
|
||||||
th CPU
|
th CPU
|
||||||
td= cpu.model
|
td= cpu.model
|
||||||
|
tr
|
||||||
|
th Original users
|
||||||
|
td= meta.stats.originalUsersCount
|
||||||
|
tr
|
||||||
|
th Original notes
|
||||||
|
td= meta.stats.originalNotesCount
|
||||||
tr
|
tr
|
||||||
th Registration
|
th Registration
|
||||||
td= !meta.disableRegistration ? 'yes' : 'no'
|
td= !meta.disableRegistration ? 'yes' : 'no'
|
||||||
|
|
Loading…
Reference in a new issue