From a52223e5ea8ffd40c7af91a223780dc92f5cf2d0 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 10 Jun 2026 15:16:06 +0530 Subject: [PATCH] feat: update spacing --- .../public/api/v1/portals/articles/_article_header.html.erb | 4 ++-- app/views/public/api/v1/portals/articles/show.html.erb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/public/api/v1/portals/articles/_article_header.html.erb b/app/views/public/api/v1/portals/articles/_article_header.html.erb index 9121b790a..3961b6e6c 100644 --- a/app/views/public/api/v1/portals/articles/_article_header.html.erb +++ b/app/views/public/api/v1/portals/articles/_article_header.html.erb @@ -10,7 +10,7 @@
<%= I18n.t('public_portal.common.home') %> @@ -28,7 +28,7 @@

<%= article.title %>

-
+
<%= I18n.t('public_portal.common.last_updated_on', last_updated_on: article.updated_at.strftime("%b %d, %Y")) %> diff --git a/app/views/public/api/v1/portals/articles/show.html.erb b/app/views/public/api/v1/portals/articles/show.html.erb index 916aea8a9..2b705152c 100644 --- a/app/views/public/api/v1/portals/articles/show.html.erb +++ b/app/views/public/api/v1/portals/articles/show.html.erb @@ -30,13 +30,13 @@
<% else %> -
+
<%= render "public/api/v1/portals/articles/article_header", article: @article %>
<% end %> -
-
+
+
<%= @parsed_content %>