Sha256: 071cd111c8f2f487ef8253c8a80d1aa4747ce1351246647b12d8679938b27db8

Contents?: true

Size: 538 Bytes

Versions: 2

Compression:

Stored size: 538 Bytes

Contents

doctype html
= "\n"
html
  head
    css:
      #message_body, #raw_message {
        font-family: Monaco, Menlo, Consolas, "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;
      }

    = yield(:head)
  body
    #content.container
      = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_email_preview-0.2.24 app/views/layouts/rails_email_preview/email.html.slim
rails_email_preview-0.2.23 app/views/layouts/rails_email_preview/email.html.slim