Sha256: 7aee6cd2b579d1b1537ece14a5e5054cd560ff80237ffc931941f47d97ffb6b8

Contents?: true

Size: 1.48 KB

Versions: 15

Compression:

Stored size: 1.48 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_link_tag "decidim/email" %>
  </head>

  <body>
    <!-- <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

15 entries across 15 versions & 1 rubygems

Version Path
decidim-core-0.24.3 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.23.6 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.24.2 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.23.5 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.24.1 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.24.0 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.24.0.rc2 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.23.4 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.24.0.rc1 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.23.3 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.23.2 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.23.1 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.23.1.rc1 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.23.0 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.22.0 app/views/layouts/decidim/newsletter_base.html.erb