Skip to content

Commit

Permalink
Fix missing counter
Browse files Browse the repository at this point in the history
  • Loading branch information
virolea committed Oct 1, 2024
1 parent fd92b3d commit 046a905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<%= tab_link_to locale_translations_missing_index_path(@locale) do %>
Missing
<span class="ml-3 hidden md:inline-block rounded-full px-2.5 py-0.5 text-xs font-medium bg-gray-100 text-gray-900 group-[.active]:bg-indigo-100 group-[.active]:text-indigo-600">
<%= Rosetta::TextEntry.missing_translation(@locale).size %>
<%= Rosetta::TextEntry.where(locale: Rosetta::Locale.default_locale).missing_translation(@locale).size %>
</span>
<% end %>
</nav>
Expand Down

0 comments on commit 046a905

Please sign in to comment.