Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kasugaijin committed Dec 15, 2024
1 parent 173f27a commit 15fe850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<% if params[:dashboard] %>

<% if current_user.person.latest_form_submission.present? %>
<p class="fw-bold"><%= t('organizations.adopter_fosterer.form_instructions.previous_answers') %> <%= link_to t('general.here'), adopter_fosterer_form_answers_path %>.</p>
<p class="fw-bold mb-0"><%= t('organizations.adopter_fosterer.form_instructions.previous_answers') %> <%= link_to t('general.here'), adopter_fosterer_form_answers_path %>.</p>
<p><%= t('organizations.adopter_fosterer.form_instructions.update_form_answers') %></p>
<% else %>
<p><%= t("organizations.adopter_fosterer.form_instructions.dashboard", user_email: current_user.email) %></p>
Expand Down

0 comments on commit 15fe850

Please sign in to comment.