Skip to content

Commit

Permalink
Merge pull request #1377 from sul-dlss/number-format
Browse files Browse the repository at this point in the history
Add commas to the item counts on the homepage
  • Loading branch information
jmartin-sul authored Sep 4, 2024
2 parents 3591977 + f8b435b commit 901e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/recently_added_list_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</h1>
<div class="home-tab">
<div class="mb-1">
<%= t("earthworks.home.#{type}.description_html", sets: count) %>
<%= t("earthworks.home.#{type}.description_html", sets: number_with_delimiter(count)) %>
</div>
<h2 class="h4">Recently added</h2>
<ul class="list-unstyled">
Expand Down

0 comments on commit 901e3c1

Please sign in to comment.