From 02b2acd9335239bc33b29f0483adaed5f9500bea Mon Sep 17 00:00:00 2001 From: Guillaume Dufloux Date: Thu, 29 Nov 2018 12:07:23 +0100 Subject: [PATCH] Fix mailing list form to enable archive checkbox --- app/views/ml/lists/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/ml/lists/_form.html.haml b/app/views/ml/lists/_form.html.haml index 9ede71de..b5016a40 100644 --- a/app/views/ml/lists/_form.html.haml +++ b/app/views/ml/lists/_form.html.haml @@ -16,7 +16,7 @@ = f.select :inscription_policy, Ml::List.inscription_policy_list = f.input :messsage_header = f.input :message_footer - = f.input :is_archived + = f.input :is_archived, :label_html => { :style => "pointer-events: all" } = f.input :custom_reply_to = f.input :default_message_deny_notification_text = f.input :msg_welcome