From 6ab4867d3cb4730b8302f4cc611654bd1a9b9a80 Mon Sep 17 00:00:00 2001 From: Montana Date: Fri, 26 Oct 2018 12:01:49 -0400 Subject: [PATCH] Display message when search returns no members --- templates/workspaces/members/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/workspaces/members/index.html b/templates/workspaces/members/index.html index b4e0dfe0..21220cde 100644 --- a/templates/workspaces/members/index.html +++ b/templates/workspaces/members/index.html @@ -79,7 +79,7 @@
- +
@@ -105,6 +105,15 @@
Name
+
+ {{ EmptyState( + 'No members found.', + action_label=None, + action_href=None, + sub_message='Please try a different search.', + icon=None + ) }} +