Sha256: e2384bf996c2efc2618b382c71c27289951d6ab1026299752d1d3b610bc48cf1

Contents?: true

Size: 711 Bytes

Versions: 2

Compression:

Stored size: 711 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= @page.title %> You can override me!</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <%= render 'rubber_ring/head' %>
  <%= stylesheet_link_tag 'application', media: 'all' %>
</head>
<body>
<%= render 'rubber_ring/application' %>

<!-- page content start -->
<%= yield %>

<%# Including jQuery for custom pages here, because else we have clashes with rails-jquery which can not be copied to %>
<%# build because it is inside gem directory %>
<% if not @admin or @page_caching %>
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<% end %>
<%= javascript_include_tag 'application' %>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubber_ring-0.1.1 test/dummy/public/build/assets/views/layouts/rubber_ring/application.html.erb
rubber_ring-0.0.1 test/dummy/public/build/assets/views/layouts/rubber_ring/application.html.erb