From a6920298840c2538ecb36ae1ce2774813a34e30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Benavente?= Date: Mon, 22 Jan 2024 16:04:16 -0300 Subject: [PATCH] Add no staff members message --- app/views/staff/index.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/staff/index.haml b/app/views/staff/index.haml index 521ecec1..89ee9c02 100644 --- a/app/views/staff/index.haml +++ b/app/views/staff/index.haml @@ -9,6 +9,10 @@ = t("staff.description") %hr + - if @admins.none? && @mods.none? && @organizers.none? + %h5.text-center + = "No staff members to display" + - if @admins.any? .row.staff-group .col-md-12