Sha256: 5dd0456dbb7bafc614087f908ed26b13e21b9a7443fa63f7daff9e8770cd9cdc

Contents?: true

Size: 258 Bytes

Versions: 3

Compression:

Stored size: 258 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>FileUpload</title>
  <%= stylesheet_link_tag    "file_upload/application", media: "all" %>
  <%= javascript_include_tag "file_upload/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
file_upload-0.0.3 app/views/layouts/file_upload/application.html.erb
file_upload-0.0.2 app/views/layouts/file_upload/application.html.erb
file_upload-0.0.1 app/views/layouts/file_upload/application.html.erb