cartodb-4.42/app/views/organization_mailer/quota_limit_reached.html.erb
2024-04-06 05:25:13 +00:00

16 lines
1019 B
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>You are over quota!</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 <strong>is over quota</strong>. You can upgrade your account and/or purchase more space to continue working at the capacity you need.</p>
<p>Upgrading your account 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>