<%- # 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') %>


<%= 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_tips')%>

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


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

<%= render 'emails/sig' %>