Skip to content

Instantly share code, notes, and snippets.

@almaron
Created March 20, 2015 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almaron/30191c6add59347bcf79 to your computer and use it in GitHub Desktop.
Save almaron/30191c6add59347bcf79 to your computer and use it in GitHub Desktop.
<h1>Articles</h1>
<ul>
<% articles.each do |article| %>
<li><%= link_to article.head, article %></li>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment