Sha256: ba2dccac88e4b5214bbb02175ca228ecadcca3a55cbb7979205bd1c666b00298
Contents?: true
Size: 660 Bytes
Versions: 1
Compression:
Stored size: 660 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= content_for(:title) || "Dummy" %></title> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= yield :head %> <link rel="manifest" href="/manifest.json"> <link rel="icon" href="/icon.png" type="image/png"> <link rel="icon" href="/icon.svg" type="image/svg+xml"> <link rel="apple-touch-icon" href="/icon.png"> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-uploader-0.5.9 | spec/dummy/app/views/layouts/application.html.erb |