Sha256: 1ff4cf9a1658c407fbc6a19275afca4e378b6f77d3f1b5cdca439d0e29956920

Contents?: true

Size: 284 Bytes

Versions: 6

Compression:

Stored size: 284 Bytes

Contents

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

<%= yield %>
<%= Hopskip::HopscotchParser.new(controller).show %>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hopskip-0.2.1 test/dummy/app/views/layouts/application.html.erb
hopskip-0.2.0 test/dummy/app/views/layouts/application.html.erb
hopskip-0.1.3 test/dummy/app/views/layouts/application.html.erb
hopskip-0.1.2 test/dummy/app/views/layouts/application.html.erb
hopskip-0.1.1 test/dummy/app/views/layouts/application.html.erb
hopskip-0.1 test/dummy/app/views/layouts/application.html.erb