show container name in ammo type listing

This commit is contained in:
2022-11-06 23:30:16 -05:00
parent dbc575d305
commit 2e0bb861f1
8 changed files with 72 additions and 30 deletions

View File

@ -122,7 +122,7 @@
<% else %>
<div class="flex flex-wrap justify-center items-center">
<%= for ammo_group <- @ammo_groups do %>
<.ammo_group_card ammo_group={ammo_group} />
<.ammo_group_card ammo_group={ammo_group} show_container={true} />
<% end %>
</div>
<% end %>