Sha256: 46cd2f081f66ae8376318258161b69847f92ae0175f464b56d45904aa9c08288

Contents?: true

Size: 299 Bytes

Versions: 3

Compression:

Stored size: 299 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>SampleApp</title>
  <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true %>
  <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
csv_fast_importer-1.2.0 sample-app/app/views/layouts/application.html.erb
csv_fast_importer-1.1.0 sample-app/app/views/layouts/application.html.erb
csv_fast_importer-1.0.0 sample-app/app/views/layouts/application.html.erb