Skip to content
Snippets Groups Projects
Unverified Commit 519c9c44 authored by syuilo's avatar syuilo
Browse files

インスタンス情報ページにユーザー数と投稿数を追加

parent c2f6b099
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment