Sha256: 9fdc5b377e5dea54eb8827409d5de7613fab047144eeaa3073368557d3514fa9
Contents?: true
Size: 786 Bytes
Versions: 3
Compression:
Stored size: 786 Bytes
Contents
<!DOCTYPE html> <html> <head> <style type="text/css"> #message_body, #raw_message { font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; word-break: break-word; } #error { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; background-color: #f2dede; border-color: #ebccd1; color: #a94442; } body { background-color: white; } </style> <%= javascript_tag **(RailsEmailPreview.rails_supports_csp_nonce? ? {nonce: true} : {}) do %> document.addEventListener('DOMContentLoaded', window.parent.rep.iframeOnDOMContentLoaded, true); <% end %> </head> <body> <div id="content" class="container"> <%= yield %></div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems