Fix typo in Admin::DashboardController#index

lolsob-rspec
Eugen Rochko 2018-07-16 01:58:10 +02:00 committed by GitHub
parent d0b14eaee2
commit 26bd3742e9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Admin
@relay_enabled = Relay.enabled.exists?
@single_user_mode = Rails.configuration.x.single_user_mode
@registrations_enabled = Setting.open_registrations
@deletions_enabled = Setting.open_deletions
@deletions_enabled = Setting.open_deletion
@invites_enabled = Setting.min_invite_role == 'user'
@search_enabled = Chewy.enabled?
@version = Mastodon::Version.to_s