mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-03 00:25:57 +09:00
インスタンス情報ページにユーザー数と投稿数を追加
This commit is contained in:
parent
c2f6b09969
commit
519c9c4499
@ -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 New Issue
Block a user