mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 14:41:25 +08:00
Show number before trust level. Also use less memory for trust levels.
This commit is contained in:
@ -7,5 +7,6 @@ test('instance', function(){
|
||||
present(site, "We have a current site singleton");
|
||||
present(site.get('categories'), "The instance has a list of categories");
|
||||
present(site.get('flagTypes'), "The instance has a list of flag types");
|
||||
present(site.get('trustLevels'), "The instance has a list of trust levels");
|
||||
|
||||
});
|
Reference in New Issue
Block a user