Sha256: 43e2858010863a67b4becbfd1d18e1e3cc22cb1d6ed542adbe6e180206e83da6

Contents?: true

Size: 582 Bytes

Versions: 5

Compression:

Stored size: 582 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <%= oembed_provider_links -%>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <title>Items: <%= controller.action_name %></title>
  <%= yield :add_on_scripts_and_links %>
  <%= stylesheet_link_tag 'scaffold' %>
  <%= javascript_include_tag :defaults %>
</head>
<body>

<p style="color: green"><%= flash[:notice] %></p>

<%= yield %>

</body>
</html>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
oembed_provider_engine-0.2.0 test/dummy/app/views/layouts/items.html.erb
oembed_provider_engine-0.1.0 test/dummy/app/views/layouts/items.html.erb
oembed_provider_engine-0.0.1 test/dummy/app/views/layouts/items.html.erb
oembed_provider-0.1.1 test/full_2_3_5_app_with_tests/app/views/layouts/items.html.erb
oembed_provider-0.1.0 test/full_2_3_5_app_with_tests/app/views/layouts/items.html.erb