<% if proposal.image.present? %>
<%= image_tag(proposal.image.variant(:large), alt: proposal.image.title.unicode_normalize) %>
<% else %>
<%= image_tag("default_mailing.jpg", alt: "") %>
<% end %>
<%= t("dashboard.mailer.forward.hi") %>
<%= t("dashboard.mailer.forward.introduction", org: setting["org_name"]) %>
<%= t("dashboard.mailer.forward.support") %>
<%= link_to t("dashboard.mailer.forward.support_button"),
proposal_url(@proposal), class: "button large" %>
<%= t("dashboard.mailer.forward.share") %>
<%= t("dashboard.mailer.forward.share_in") %>
<%= render "shared/social_share",
title: @proposal.title,
url: proposal_url(@proposal),
description: @proposal.summary %>