<%= image_tag "quote_before_white.png", alt: "", style: "max-width: 40px; vertical-align: top;" %>

<%= @proposal.title %>

<%= image_tag "quote_after_white.png", alt: "", style: "max-width: 40px; vertical-align: top;" %>

<%= sanitize(t("dashboard.mailer.forward.subtitle")) %>

<% if @proposal.image.present? %> <%= image_tag @proposal.image.variant(:large), alt: @proposal.image.title.unicode_normalize, style: "width: 100%; box-shadow: -16px 61px 49px -19px rgba(0,0,0,0.1);" %> <% else %> <%= image_tag "default_mailing.jpg", alt: "", style: "width: 100%; box-shadow: -16px 61px 49px -19px rgba(0,0,0,0.1);" %> <% end %>

<%= t("dashboard.mailer.forward.hi") %>

<%= t("dashboard.mailer.forward.introduction", org: setting["org_name"]) %>

<%= t("dashboard.mailer.forward.support") %>

<%= link_to proposal_url(@proposal), style: "font-family: 'Open Sans',arial,sans-serif; background: #064c86; border-radius: 6px; color: #fff !important; font-weight: bold; padding: 17px 20px; text-align: center; text-decoration: none; font-size: 20px; min-width: 200px; display: inline-block; box-shadow: -4px 18px 45px -19px rgba(0,0,0,0.75);" do %> <%= t("dashboard.mailer.forward.support_button") %> <% end %>

<%= t("dashboard.mailer.forward.share") %>

<%= t("dashboard.mailer.forward.share_in") %>

<%= link_to proposal_url(@proposal, anchor: "social-share") do %> <%= image_tag("social_buttons_mailer.png", alt: t("dashboard.mailer.forward.share_in"), style: "max-width: 100%;") %> <% end %>