]> cat aescling's git repositories - mastodon.git/commitdiff
Fix the whitelist mode display not being enabled in the admin dashboard (#11634)
authormayaeh <mayaeh@marimo-net.org>
Wed, 21 Aug 2019 10:35:40 +0000 (19:35 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 21 Aug 2019 10:35:40 +0000 (12:35 +0200)
app/views/admin/dashboard/index.html.haml

index 2fe1feb55d72f2390be85cf148f68a2c6c26f090..f044d9f861deaf6a8ab2a3e22b60e453a1569674 100644 (file)
         %li
           = feature_hint(t('admin.dashboard.authorized_fetch_mode'), @authorized_fetch)
         %li
-          = feature_hint(t('admin.dashboard.whitelist_mode'), @whitelist_mode)
+          = feature_hint(t('admin.dashboard.whitelist_mode'), @whitelist_enabled)
         %li
           = feature_hint('LDAP', @ldap_enabled)
         %li