diff --git a/app/views/campaign_mailer/creation_followup.html.erb b/app/views/campaign_mailer/creation_followup.html.erb index 50252f79..317351e5 100644 --- a/app/views/campaign_mailer/creation_followup.html.erb +++ b/app/views/campaign_mailer/creation_followup.html.erb @@ -8,13 +8,13 @@

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


-

<%= t('campaign_mailer.you_can_visit_at', url: content_tag(:strong, link_to(campaign_locateable_url(@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')%>