From 50894fd591bf57b525cb386d1c7e1b7c72d9d589 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Sat, 7 Jan 2023 03:14:30 +0530 Subject: [PATCH] fix: Add padding for an empty state (#6190) --- app/views/public/api/v1/portals/categories/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public/api/v1/portals/categories/show.html.erb b/app/views/public/api/v1/portals/categories/show.html.erb index 312f45537..72b0358e3 100644 --- a/app/views/public/api/v1/portals/categories/show.html.erb +++ b/app/views/public/api/v1/portals/categories/show.html.erb @@ -26,7 +26,7 @@
<% if @category.articles.published.size == 0 %> -
+

No articles here

<% else %>