Skip to content

Commit

Permalink
Add no staff members message
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Jan 22, 2024
1 parent a32676c commit a692029
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/staff/index.haml
Expand Up @@ -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
Expand Down

0 comments on commit a692029

Please sign in to comment.