Sha256: befa61041cb43a9aa656f65065062dbbdc0cb4da8bc9644d6c5181d31571e203
Contents?: true
Size: 1.48 KB
Versions: 18
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_pack_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
18 entries across 18 versions & 1 rubygems