All articles <%= link_to "New article", new_article_path %> <ul> <% @articles.each do |page| %> <li><%= link_to page.title, page %></li> <% end %> </ul>