Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ngarneau
Created November 11, 2011 03:53
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 ngarneau/1357142 to your computer and use it in GitHub Desktop.
Save ngarneau/1357142 to your computer and use it in GitHub Desktop.
Ruby - Looping through multidim. hash
- @objects.each do |item|
.feed-item.left.relative
.feed-image.left
- if item['pictures'].empty? == false
- item['pictures'].each do |pics|
- if pics['main'] == true
%img{:src => "#{pics['filename']}-small.png"}
- else
%img{:src => "default-small.png"}
.feed-spec.left
%h3
%a{:href => "/profile/#{item['uid']}"}= item['user']['username']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment