From 4a6eedc6db08201a8069a3ebd5fadb986b94f519 Mon Sep 17 00:00:00 2001 From: Sorah Fukumori Date: Tue, 17 Dec 2024 12:35:43 +0900 Subject: [PATCH] admin/conferences: booth_capacity has to be 1+ --- app/views/admin/conferences/_form.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/admin/conferences/_form.html.haml b/app/views/admin/conferences/_form.html.haml index 88590f5..e3ea9ca 100644 --- a/app/views/admin/conferences/_form.html.haml +++ b/app/views/admin/conferences/_form.html.haml @@ -39,6 +39,8 @@ .form-group = form.label :booth_capacity = form.number_field :booth_capacity, class: 'form-control' + %small.form-text + %code must be 1+ to activate booth request form .form-group .form-check