Skip to content

Instantly share code, notes, and snippets.

@hackervera
Created October 26, 2009 08:45
Show Gist options
  • Save hackervera/218515 to your computer and use it in GitHub Desktop.
Save hackervera/218515 to your computer and use it in GitHub Desktop.
<% @statuses.each {|key, value| %>
<%= image_tag(key.to_s) %><br />
<%= value.to_s %></p>
<% } %>
// i tried using do/end, same result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment