<%= @portal.name %> <%= I18n.t('public_portal.common.home') %> / /
<% @articles.each do |article| %>

<%= article.title %>

<%= article.author.name %>

<%= article.author.updated_at.strftime("%B %d %Y") %>

<% end %>