1
0
forked from shibao/cannery

remove :table path

This commit is contained in:
2023-03-19 13:37:28 -04:00
parent 213dcca973
commit 40e4f6fe0a
17 changed files with 28 additions and 46 deletions
CHANGELOG.md
lib/cannery_web
live
ammo_type_live
container_live
router.ex
priv/gettext
test/cannery_web/live

@ -104,7 +104,7 @@ defmodule CanneryWeb.ContainerLive.Show do
page_title =
case live_action do
action when action in [:show, :table] -> container_name
:show -> container_name
:edit -> gettext("Edit %{name}", name: container_name)
:edit_tags -> gettext("Edit %{name} tags", name: container_name)
end