Sha256: e39e0f1085499d753f6085876b7767927cc03f7d90a77086dffe57b35623185f

Contents?: true

Size: 578 Bytes

Versions: 1

Compression:

Stored size: 578 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>
    <%= yield :javascript %>
    <%= render :partial => 'layouts/global/google_analytics' %>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
muck-engine-3.3.4 app/views/layouts/popup.html.erb