Sha256: 8716ae85f9f1d9e960bb591f74dd4bd2d9fe3b65698edcbd225e0a9ba3b7a923

Contents?: true

Size: 321 Bytes

Versions: 2

Compression:

Stored size: 321 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</title>
  <%#= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track': true %>
  <%= javascript_include_tag 'application', 'data-turbolinks-track': true %>
  <%= csrf_meta_tags %>
</head>
<body>
<%= render 'layouts/header' %>
<%= yield %>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activity_notification-0.0.10 spec/rails_app/app/views/layouts/application.html.erb
activity_notification-0.0.9 spec/rails_app/app/views/layouts/application.html.erb