<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later # Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%> <% campaign_url = Format::Url.concat(root_url, @campaign.url) %>

<%= t('campaign_mailer.dear_creator', creator_name: @creator_profile.name.blank? ? @creator_profile.user.email : @creator_profile.name)%>


<%= t('campaign_mailer.congrats_on_creating_campaign_to_support', nonprofit_name: @campaign.nonprofit.name) %>


<%= t('campaign_mailer.you_can_visit_at', url: content_tag(:strong, link_to(campaign_locateable_url(@campaign), campaign_locateable_url(@campaign)) ))%>


<%= t( 'campaign_mailer.before_sharing_add_testimonial', link_to_profile_fundraisers: content_tag(:strong, link_to( t('campaign_mailer.visit_your_fundraising_dashboard_inside_before_sharing_add_testimonial'), fundraisers_profile_url(@creator_profile))), link_to_campaign: content_tag(:strong, link_to( @campaign.name, campaign_locateable_url(@campaign) ))) %>

<%= t('campaign_mailer.make_sure_to_share_with_family_and_friends')%>

<%= t('campaign_mailer.if_you_need_help_email_support', email_support: content_tag(:strong, Houdini.support_email) )%>

<%= render 'emails/sig' %>