Sha256: aa4158f39de617720b62589de32d663741c10e0cb802b46758ce96fe53e6ffac

Contents?: true

Size: 1.54 KB

Versions: 13

Compression:

Stored size: 1.54 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>

  <%= content_tag :body, class: @preview ? "preview" : nil do %>
    <!-- <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>
  <% end %>
</html>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
decidim-core-0.27.9 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.27.8 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.27.7 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.27.6 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.26.10 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.26.9 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.27.5 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.26.8 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.27.4 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.27.3 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.26.7 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.26.5 app/views/layouts/decidim/newsletter_base.html.erb
decidim-core-0.27.2 app/views/layouts/decidim/newsletter_base.html.erb