Skip to content

Instantly share code, notes, and snippets.

@JonnieCache
Created November 9, 2011 18:26
Show Gist options
  • Select an option

  • Save JonnieCache/1352364 to your computer and use it in GitHub Desktop.

Select an option

Save JonnieCache/1352364 to your computer and use it in GitHub Desktop.
erb html list
<ul>
<% @foo.each do |bar| %>
<li class="lol">
STUFF: <%= bar[:stuff] %>
OTHER STUFF: <%= bar[:other_stuff] %>
</li>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment