Guest User

Untitled

a guest
May 23rd, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>stuff</title>
  5. </head>
  6. <body>
  7. <% @images.each do |path| %>
  8. <img src="<%= path %>">
  9. <% end %>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment