Sha256: 2ee1821fa88cfb4955b7dfbdb38d221b1e6c2011e6b34e9959be32bcde75b9fc

Contents?: true

Size: 302 Bytes

Versions: 2

Compression:

Stored size: 302 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>AsynkExample</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

2 entries across 2 versions & 1 rubygems

Version Path
asynk-0.0.2 myapp/app/views/layouts/application.html.erb
asynk-0.0.1 myapp/app/views/layouts/application.html.erb