Sha256: 282f67f8675b6bab017db3e0c6b8cdc89a69b0d84db60ef83acfcfc189e1dfea

Contents?: true

Size: 628 Bytes

Versions: 2

Compression:

Stored size: 628 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 class="<%= body_class %>">
    <div id="flash">
      <% flash.each do |key, value| -%>
        <div id="flash_<%= key %>"><%=h value %></div>
      <% end %>
    </div>
    <%= yield %>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
uploader-0.1.13 test/rails_root/app/views/layouts/application.html.erb
uploader-0.1.12 test/rails_root/app/views/layouts/application.html.erb