Sha256: 6fa88cf1f248f06d044080aa5303c6b9754db8bf4f0e67c658e5cedf6855335f
Contents?: true
Size: 602 Bytes
Versions: 7
Compression:
Stored size: 602 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Uploader</title> <%= stylesheet_link_tag 'screen', :media => 'all' %> <%= javascript_include_tag :defaults %> </head> <body> <div id="flash"> <% flash.each do |key, value| -%> <div id="flash_<%= key %>"><%=h value %></div> <% end %> </div> <%= yield %> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems