Sha256: ca09eeb992e61dd317fbc78035a81f75f11b0bdc5d33fcd8ec302f6b27da72c9

Contents?: true

Size: 263 Bytes

Versions: 6

Compression:

Stored size: 263 Bytes

Contents

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

<%= yield %>

</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hide_and_seek-0.0.6 app/views/layouts/hide_and_seek/application.html.erb
hide_and_seek-0.0.5 app/views/layouts/hide_and_seek/application.html.erb
hide_and_seek-0.0.4 app/views/layouts/hide_and_seek/application.html.erb
hide_and_seek-0.0.3 app/views/layouts/hide_and_seek/application.html.erb
hide_and_seek-0.0.2 app/views/layouts/hide_and_seek/application.html.erb
hide_and_seek-0.0.1 app/views/layouts/hide_and_seek/application.html.erb