Skip to content

Commit

Permalink
changing status
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwang7517 committed Dec 19, 2024
1 parent 87f4a05 commit 51bb704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/organizations/adoptable_pets/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<%= image_tag('green_check.png', height: '21') %>
<% end %>
</div>
<% if 'awaiting_review' == @adoption_application.status %>
<% if 'awaiting_data' == @adoption_application.status %>
<div class="mt-1">
<%= render partial: "shared/empty_state", locals: {text: "Please make sure you fill out the adoption questionnaire so staff have enough information to process your application."} %>
</div>
Expand Down

0 comments on commit 51bb704

Please sign in to comment.