From dad501a2367a35f6d791efac9002e487176f2c9e Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Mon, 9 May 2016 19:34:44 +0300 Subject: no need to show the help about Github or the other authentication sources --- app/views/admin/application_settings/_form.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml index 81c232b7e92..99f86e5244b 100644 --- a/app/views/admin/application_settings/_form.html.haml +++ b/app/views/admin/application_settings/_form.html.haml @@ -117,9 +117,6 @@ .btn-group{ data: data_attrs } - oauth_providers_checkboxes('oauth-providers-help').each do |source| = source - %span.help-block#oauth-providers-help - Enabled OmniAuth must be configured for GitHub - = link_to "(?)", help_page_path("integration", "github") .form-group = f.label :two_factor_authentication, 'Two-factor authentication', class: 'control-label col-sm-2' .col-sm-10 -- cgit v1.2.1