Sha256: 1de099a25c82432ef185a8a4e2162e7569898176ce88154979dc263524ae5db3

Contents?: true

Size: 273 Bytes

Versions: 3

Compression:

Stored size: 273 Bytes

Contents

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

<%= yield %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oembed_provider_engine-0.2.0 app/views/layouts/oembed_provider_engine/application.html.erb
oembed_provider_engine-0.1.0 app/views/layouts/oembed_provider_engine/application.html.erb
oembed_provider_engine-0.0.1 app/views/layouts/oembed_provider_engine/application.html.erb