<%= @portal.name %> Home / /
<% @articles.each do |article| %>

<%= article.title %>

<%= article.author.name %>

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

<% end %>