Skip to content

Commit

Permalink
oph now only requires 5 years of pet ownership history
Browse files Browse the repository at this point in the history
  • Loading branch information
markottaviani committed Mar 12, 2024
1 parent e4c3f8d commit d5140b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/adopt_app_mailer/adopt_app.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<td style="line-height: 18px;padding: 10px 10px 9px;text-align: left;border-top: 1px solid #DDD;vertical-align: top"><%= @adopter.adoption_app.vet_info %></td>
</tr></table>
<% else %>
<h5>No Other Pets in the past 10 years</h5>
<h5>No Other Pets in the past 5 years</h5>
<% end %>

</body>
Expand Down
2 changes: 1 addition & 1 deletion app/views/adopters/steps/_new_dog_q.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<div class="form-group">
<div class="row">
<%= af.label :have_pets, "Have you owned any dogs or cats over the past 10 years? Or are there any other dogs or cats that reside in your home that belong to someone else?", :class => "col-form-label col-sm-3 pt-0" %>
<%= af.label :have_pets, "Have you owned any dogs or cats over the past 5 years? Or are there any other dogs or cats that reside in your home that belong to someone else?", :class => "col-form-label col-sm-3 pt-0" %>
<div class="controls col-sm-9">
<div class="form-check form-check-inline">
<label>
Expand Down
2 changes: 1 addition & 1 deletion app/views/adopters/steps/_other_pets.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>

<div class="form-group">
<%= af.label :current_pets, "Please list all dogs or cats you have owned over the past 10 years and where they are now. Also include pets that live in your home but don't belong to you (Roommate's dog, etc).", :class => "col-form-label" %>
<%= af.label :current_pets, "Please list all dogs or cats you have owned over the past 5 years and where they are now. Also include pets that live in your home but don't belong to you (Roommate's dog, etc).", :class => "col-form-label" %>
<div class="controls">
<%= af.text_area :current_pets, :class => "required form-control col-8 col-sm-6 col-md-4", :rows => "3" %>
<span class="form-text text-muted">Include name, age and breed</span>
Expand Down
2 changes: 1 addition & 1 deletion app/views/adopters/steps/_preq.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p>Thank you for choosing Operation Paws for Homes to adopt your rescue dog or cat. To complete your application you will need to provide:</p>

<ol>
<li>If you have had a pet in the past 10 years, a phone number for your vet.</li>
<li>If you have had a pet in the past 5 years, a phone number for your vet.</li>
<li>If you rent, the phone number of your landlord to verify your pet policy.</li>
</ol>

Expand Down

0 comments on commit d5140b4

Please sign in to comment.