Skip to content

Instantly share code, notes, and snippets.

@smcabrera
Created December 21, 2015 21:54
Show Gist options
  • Select an option

  • Save smcabrera/2d765fb9f791183c591b to your computer and use it in GitHub Desktop.

Select an option

Save smcabrera/2d765fb9f791183c591b to your computer and use it in GitHub Desktop.
<% if @_message && email_to_planner?(@_message, @lead.planner_email) %>
<tr>
<td style="padding: 15px; background-color:#E2E5EE; margin:30px 0 15px;">
<p style="<%= h3_style %>">
What can I do next?
</p>
<%= render 'lead_mailer/response_buttons',
lead: @lead,
source: @source,
email_address: @current_user.email
%>
</td>
</tr>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment