Skip to content

Commit

Permalink
remove / (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasugaijin authored Dec 6, 2024
1 parent 9a7857a commit fda3602
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/adoption_mailer/new_adoption.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<body>
<h1>Congrats on <%= @pet.name %>'s adoption!</h1>

<p>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.</p>
<p>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.</p>

<p>Have a great day!</p>

Expand Down
2 changes: 1 addition & 1 deletion app/views/foster_mailer/new_foster.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h4>Foster Start Date: <%= @foster.start_date.strftime("%Y-%m-%d") %></h4>
<h4>Foster End Date: <%= @foster.end_date.strftime("%Y-%m-%d") %></h4>

<p>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.</p>
<p>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.</p>

<strong>Please do not reply directly to this email. You must contact <%= @organization.name %> directly at <a href="mailto:<%= @organization.email %>"><%= @organization.email %></a></strong>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1><%= @user.first_name %>, thank you for registering <%= @organization.name %> with Homeward Tails</h1>

<p>
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" %>
</p>

<p>
Expand All @@ -23,7 +23,7 @@
</p>

<p>
<%= 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" %>
</p>

<strong>Homeward Tails Team</strong>
Expand Down
2 changes: 1 addition & 1 deletion app/views/sign_up_mailer/adopter_welcome_email.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ol>

<strong>Still have questions?</strong>
<p>Check out the <%= link_to "FAQ page", faq_index_url(script_name: "/#{@organization.slug}"), target: "_blank" %>.</p>
<p>Check out the <%= link_to "FAQ page", faq_index_url(script_name: "#{@organization.slug}"), target: "_blank" %>.</p>
<p>Again, thank you for signing up! People like you help these pets live their best life.</p>

<strong>- <%= @organization.name %> Team</strong>
Expand Down

0 comments on commit fda3602

Please sign in to comment.