Skip to content

Instantly share code, notes, and snippets.

@d3chapma
Created August 26, 2014 15:58
Show Gist options
  • Save d3chapma/516554df0519a4953552 to your computer and use it in GitHub Desktop.
Save d3chapma/516554df0519a4953552 to your computer and use it in GitHub Desktop.
<p>Hi <%= @user.profile.try(:first_name) %>,</p><br>
<p>Thanks for trying out D3M! We hope you've enjoyed your test drive so far.</p>
<p>Your D3M trial ends in 5 days but you can continue enjoying all the benefits by purchasing a subscription today.</p><br>
<p><%= link_to 'LOG IN & SETUP BILLING', plans_subscription_url,
{:style=>'color: white;
background-color: #f5a121;
border-color: #f2960b;
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;'
} %></p><br>
<p>If you don't purchase a subscription before the end of your trial, your account will be locked. Don't worry though, we'll save your projects & files as long as you re-activate your account within a year.</p><br>
<p><b>Have any questions or feedback?</b></p>
<p>We'd love for you to use D3M to design & manage your two-way radio network projects. Please let us know what we can do to help make this happen! Call us at 1.855.743.1333 or send us an email.</p>
<br>
<br>
Cheers,
<%= render partial: 'common_mailers/signature' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment