Преглед изворни кода

Fix typo in Admin::DashboardController#index

master
Eugen Rochko пре 5 година
committed by GitHub
родитељ
комит
04587116bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      app/controllers/admin/dashboard_controller.rb

+ 1
- 1
app/controllers/admin/dashboard_controller.rb Прегледај датотеку

@@ -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


Loading…
Откажи
Сачувај