Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 23rd, 2012  |  syntax: None  |  size: 0.16 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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>