From 6bc34db932eb1cde8019cdef02fa20111d0c5073 Mon Sep 17 00:00:00 2001 From: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Date: Thu, 20 Oct 2022 01:37:44 +0530 Subject: [PATCH] fix: Make links more accessible on helpcenter public views (#5681) Co-authored-by: Pranav Raj S --- .../api/v1/portals/_category-block.html.erb | 47 ++++++++++--------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/app/views/public/api/v1/portals/_category-block.html.erb b/app/views/public/api/v1/portals/_category-block.html.erb index de55d5398..cf8e342a9 100644 --- a/app/views/public/api/v1/portals/_category-block.html.erb +++ b/app/views/public/api/v1/portals/_category-block.html.erb @@ -1,7 +1,9 @@
-

- <%= category.name %> +

+ + <%= category.name %> +

<%= category.articles.published.size %> @@ -15,28 +17,27 @@
<% else %> <% category.articles.published.take(5).each do |article| %> -
- + + + + + + + +
+ <% end %> <% end %>