Skip to content

Commit

Permalink
#1168-added simple format to display paragraph (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaryanpal authored Nov 30, 2024
1 parent 6366f9d commit 252ef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/organizations/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</div>
<div class="col-lg-4 px-4 order-last order-lg-0">
<p class='justify bigger'>
<%= Current.organization.custom_page&.about || "#{Current.organization.name} was founded by an incredible group of ladies in April of 2020. Our initial goal was to have both a rescue and a spay/neuter clinic, however, we quickly realized that it would be more efficient to separate into two organizations." %>
<%= simple_format(Current.organization.custom_page&.about) || "#{Current.organization.name} was founded by an incredible group of ladies in April of 2020. Our initial goal was to have both a rescue and a spay/neuter clinic, however, we quickly realized that it would be more efficient to separate into two organizations." %>
</p>
</div>
<div class="col-lg-4 col-md-6 d-none d-md-block mb-4 mb-lg-0">
Expand Down

0 comments on commit 252ef5b

Please sign in to comment.