diff --git a/app/views/adoption_mailer/new_adoption.html.erb b/app/views/adoption_mailer/new_adoption.html.erb index 461b28a1c..a71de5e92 100644 --- a/app/views/adoption_mailer/new_adoption.html.erb +++ b/app/views/adoption_mailer/new_adoption.html.erb @@ -6,7 +6,7 @@
To view <%= @pet.name %>'s tasks and downloadable files, please go to your <%= link_to "Adopted Pets", adopter_fosterer_adopted_pets_url(script_name: "/#{@organization.slug}"), target: "_blank" %> page.
+To view <%= @pet.name %>'s tasks and downloadable files, please go to your <%= link_to "Adopted Pets", adopter_fosterer_adopted_pets_url(script_name: "#{@organization.slug}"), target: "_blank" %> page.
Have a great day!
diff --git a/app/views/foster_mailer/new_foster.html.erb b/app/views/foster_mailer/new_foster.html.erb index 9ea9181b1..fa791b0e4 100644 --- a/app/views/foster_mailer/new_foster.html.erb +++ b/app/views/foster_mailer/new_foster.html.erb @@ -11,7 +11,7 @@To view <%= @pet.name %>'s tasks and downloadable files, please go to your <%= link_to "Fostered Pets", adopter_fosterer_fostered_pets_url(script_name: "/#{@organization.slug}"), target: "_blank" %> page.
+To view <%= @pet.name %>'s tasks and downloadable files, please go to your <%= link_to "Fostered Pets", adopter_fosterer_fostered_pets_url(script_name: "#{@organization.slug}"), target: "_blank" %> page.
Please do not reply directly to this email. You must contact <%= @organization.name %> directly at <%= @organization.email %> diff --git a/app/views/organization_mailer/create_new_org_and_admin.html.erb b/app/views/organization_mailer/create_new_org_and_admin.html.erb index 6f3026536..936886cad 100644 --- a/app/views/organization_mailer/create_new_org_and_admin.html.erb +++ b/app/views/organization_mailer/create_new_org_and_admin.html.erb @@ -7,7 +7,7 @@- You can access your site at: <%= link_to "#{root_url}#{@organization.slug}", home_index_url(script_name: "/#{@organization.slug}"), target: "_blank" %> + You can access your site at: <%= link_to "#{root_url}#{@organization.slug}", home_index_url(script_name: "#{@organization.slug}"), target: "_blank" %>
@@ -23,7 +23,7 @@
- <%= link_to "Log-in", new_user_session_url(script_name: "/#{@organization.slug}"), target: "_blank" %> + <%= link_to "Log-in", new_user_session_url(script_name: "#{@organization.slug}"), target: "_blank" %>
Homeward Tails Team diff --git a/app/views/sign_up_mailer/adopter_welcome_email.html.erb b/app/views/sign_up_mailer/adopter_welcome_email.html.erb index a2728a10d..d61e0412b 100644 --- a/app/views/sign_up_mailer/adopter_welcome_email.html.erb +++ b/app/views/sign_up_mailer/adopter_welcome_email.html.erb @@ -17,7 +17,7 @@ Still have questions? -Check out the <%= link_to "FAQ page", faq_index_url(script_name: "/#{@organization.slug}"), target: "_blank" %>.
+Check out the <%= link_to "FAQ page", faq_index_url(script_name: "#{@organization.slug}"), target: "_blank" %>.
Again, thank you for signing up! People like you help these pets live their best life.
- <%= @organization.name %> Team