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 20f14e787..e3b560454 100644 --- a/app/views/public/api/v1/portals/articles/show.html.erb +++ b/app/views/public/api/v1/portals/articles/show.html.erb @@ -35,7 +35,9 @@
<% if @article.author&.avatar_url&.present? %> - <%= @article.author.display_name %> +
+ <%= @article.author.display_name %> +
<% end %>
<%= @article.author.available_name %>