Sha256: 4dea79bdbf3e6729d465b504839e528d25a375333661e68952900c5653e6ae60

Contents?: true

Size: 823 Bytes

Versions: 9

Compression:

Stored size: 823 Bytes

Contents

<p class="email-greeting"><%= t ".hello" %></p>

<p class="email-instructions"><%= t ".body_1", organization_name: organization_name(@organization) %></p>

<p class="email-instructions"><%= t ".body_2" %></p>

<table class="button radius" style="margin: 16px auto;">
  <tr>
    <td>
      <table>
        <tr>
          <td>
            <%= link_to t(".button"), decidim.newsletters_opt_in_url(token: @token, host: @organization.host), method: "PUT", class: "button email-button email-button__cta", target: "_blank" %>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

<p class="email-instructions"><%= t ".body_3" %></p>

<p class="email-closing"><%= t(".greetings", organization_name: organization_name(@organization), organization_url: decidim.root_url(host: @organization.host)).html_safe %></p>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc2 app/views/decidim/newsletters_opt_in_mailer/notify.html.erb
decidim-core-0.30.0.rc1 app/views/decidim/newsletters_opt_in_mailer/notify.html.erb
decidim-core-0.29.2 app/views/decidim/newsletters_opt_in_mailer/notify.html.erb
decidim-core-0.29.1 app/views/decidim/newsletters_opt_in_mailer/notify.html.erb
decidim-core-0.29.0 app/views/decidim/newsletters_opt_in_mailer/notify.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/newsletters_opt_in_mailer/notify.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/newsletters_opt_in_mailer/notify.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/newsletters_opt_in_mailer/notify.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/newsletters_opt_in_mailer/notify.html.erb