Skip to content

Commit

Permalink
unrelated...fix footer org names and link to new org request form
Browse files Browse the repository at this point in the history
  • Loading branch information
kasugaijin committed Dec 16, 2024
1 parent 540cd76 commit f488afe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<div class="col-lg-4 col-md-6 col-12">
<!-- about company -->
<div class="mb-4">
<h3> <%= t('.title') %> </h3>
<h3> <%= t('.organization_name', name: Current.tenant.name) %> </h3>
<div class="mt-4">
<p>
<%= t('.call') %>
<%= link_to t('.action'), new_organization_account_request_path %>
<%= link_to t('.action'), Rails.env.production? ? "https://www.homewardtails.org/organization_account_request/new" : "http://localhost:3000/organization_account_request/new" %>

</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ en:
layouts:
shared:
footer:
title: "Homeward Tails"
organization_name: "%{name}"
call: "If you are a pet adoption or foster organization and want a website like this one, for free,"
action: "Click Here"
company: "Company"
Expand All @@ -195,7 +195,7 @@ en:
dashboard: "Dashboard"
demo: "This is a demo site"
no_tenant_footer:
title: "Open Pet Rescue"
title: "Homeward Tails"
about: "About Us"
rescues: 'Rescues'
ruby_for_good: 'Ruby For Good'
Expand Down

0 comments on commit f488afe

Please sign in to comment.