Skip to content

Instantly share code, notes, and snippets.

@gogogarrett
Created March 11, 2013 21:01
Show Gist options
  • Select an option

  • Save gogogarrett/5137716 to your computer and use it in GitHub Desktop.

Select an option

Save gogogarrett/5137716 to your computer and use it in GitHub Desktop.
<% page = Refinery::Page.find_by_path("about") %>
<ul>
<% page.children.each_with_index do |child, i| %>
<li>
<%= image_tag(asset_path("hex-#{i + 1}.png")) %>
</li>
<% end if page.children %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment