Skip to content

Commit

Permalink
Fix mailers (#1216)
Browse files Browse the repository at this point in the history
* reimplement how we handled script name for mailers and fix the production config to remove the trailing / because it was resulting in URLs with two slashes before the slug...

* change file name to see if it fixes asset missing error in production

* I am an idiot...the file name was wrong
  • Loading branch information
kasugaijin authored Dec 8, 2024
1 parent 1671afa commit ac2cbd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion app/views/static_pages/_donate_content.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
<div class="col-xxl-5 offset-xxl-1 col-xl-6 col-lg-6 col-12 d-lg-flex justify-content-end">
<div class="mt-12 mt-lg-0 position-relative">
<%= image_tag 'donate_new.jpeg', alt: 'pet_image', class: 'img-fluid rounded-4 w-100 z-1 position-relative' %>
<%= image_tag 'donate_image.jpg', alt: 'pet_image', class: 'img-fluid rounded-4 w-100 z-1 position-relative' %>
</div>
</div>
</div>
Expand Down

0 comments on commit ac2cbd1

Please sign in to comment.