Sha256: 3098ea06460e81721d2599ed788636f32d2a8ee451821d62f8c79b42cce086e3

Contents?: true

Size: 615 Bytes

Versions: 16

Compression:

Stored size: 615 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<%= I18n.locale %>" xml:lang="<%= I18n.locale %>">
  <head>
    <%= render :partial => 'layouts/global/head' %>
  </head>
  <body>
    <div id="popup_wrapper" class="container">
      <div id="content-wrapper">
        <div id="content">
          <%= yield :layout %>
        </div>
      </div>
    </div>
    <%= include_javascripts :site %>
    <%= yield :javascript %>
    <%= render :partial => 'layouts/global/google_analytics' %>
  </body>
</html>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
muck-engine-3.5.0 app/views/layouts/popup.html.erb
muck-engine-3.4.0 app/views/layouts/popup.html.erb
muck-engine-3.3.18 app/views/layouts/popup.html.erb
muck-engine-3.3.17 app/views/layouts/popup.html.erb
muck-engine-3.3.16 app/views/layouts/popup.html.erb
muck-engine-3.3.15 app/views/layouts/popup.html.erb
muck-engine-3.3.14 app/views/layouts/popup.html.erb
muck-engine-3.3.13 app/views/layouts/popup.html.erb
muck-engine-3.3.12 app/views/layouts/popup.html.erb
muck-engine-3.3.11 app/views/layouts/popup.html.erb
muck-engine-3.3.10 app/views/layouts/popup.html.erb
muck-engine-3.3.9 app/views/layouts/popup.html.erb
muck-engine-3.3.8 app/views/layouts/popup.html.erb
muck-engine-3.3.7 app/views/layouts/popup.html.erb
muck-engine-3.3.6 app/views/layouts/popup.html.erb
muck-engine-3.3.5 app/views/layouts/popup.html.erb