From 1a6d848db725e8db0595b4d8b71afba2153445ae Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Thu, 31 May 2018 19:20:46 +0000 Subject: Fix checkbox/radio button structure --- app/views/shared/_allow_request_access.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/shared/_allow_request_access.html.haml') diff --git a/app/views/shared/_allow_request_access.html.haml b/app/views/shared/_allow_request_access.html.haml index 0e698570d7d..92268e74b1e 100644 --- a/app/views/shared/_allow_request_access.html.haml +++ b/app/views/shared/_allow_request_access.html.haml @@ -1,6 +1,6 @@ .form-check - = form.label :request_access_enabled do - = form.check_box :request_access_enabled + = form.check_box :request_access_enabled, class: 'form-check-input' + = form.label :request_access_enabled, class: 'form-check-label' do %strong Allow users to request access %br %span.descr Allow users to request access if visibility is public or internal. -- cgit v1.2.3