Sha256: 1e07a720166518ae52a3869d64083636e8333e22276617ba5f83d866ea84f678

Contents?: true

Size: 1.52 KB

Versions: 17

Compression:

Stored size: 1.52 KB

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">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width">
    <%= stylesheet_pack_tag "decidim_email" %>
  </head>

  <body <%= @preview ? "class=preview" : nil %>>
    <!-- <style> -->
    <table class="body">
      <% if content_for?(:see_on_website) %>
        <table class="container">
          <th class="small-12 first columns headnote float-right">
            <%= yield(:see_on_website) %>
          </th>
        </table>
      <% end %>
      <tr>
        <td class="float-center" align="center" valign="top">
          <center>
            <%= yield %>

            <% if content_for?(:note) or content_for?(:unsubscribe) %>
              <table class="container">
                <tr>
                  <td>
                    <table class="row">
                      <th class="expander"></th>
                      <th class="small-12 first last columns footnote">
                        <center>
                          <%= yield(:note) if content_for?(:note) %>
                          <%= yield(:unsubscribe) if content_for?(:unsubscribe) %>
                        </center>
                      </th>
                    </table>
                  </td>
                </tr>
              </table>
            <% end %>
          </center>
        </td>
      </tr>
    </table>
  </body>
</html>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc2 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.30.0.rc1 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.29.2 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.28.5 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.29.1 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.28.4 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.29.0 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.28.3 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.29.0.rc4 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.29.0.rc3 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.29.0.rc2 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.29.0.rc1 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.28.2 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.28.1 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.28.0 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.28.0.rc5 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.28.0.rc4 app/views/layouts/decidim/newsletter_base.html.erb