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 %>