cartodb-4.29/app/views/organization_mailer/seat_limit_reached.html.erb
2020-06-15 10:58:47 +08:00

18 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%- message = "<p style='margin-bottom: 0; font-size: 24px; color: #ffffff;'><strong>No more seats left!</strong></p>" %>
<%= render partial: 'mailer_modules/negative_message', locals: { message: message } %>
<tr>
<td align="left" style="font-size: 14px; line-height: 25px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #647083;">
<p>Hey there,</p>
<p>It looks like your team is growing fast and youve run out of space.</p>
<p>This is a friendly reminder that your organization has <strong>no more seats left</strong>. You can purchase more seats to continue working at the capacity you need.</p>
<p>Obtaning more seats is really simple: just <a href="<%= @link %>" style="color: #1181FB;">contact one of our account experts</a>.</p>
<p>In the meantime, take a look at some of the amazing things weve been up to at <a href="<%= @app_link %>" style="color: #1181FB;"><%= @app_name %></a>.</p>
<p>Thanks and Happy Mapping</p>
</p>
</td>
</tr>
<%= render partial: 'mailer_modules/link_to_action', locals: { link: @link, link_text: "Get more seats" } %>