rename ammo types page to catalog
This commit is contained in:
		| @@ -47,13 +47,13 @@ defmodule CanneryWeb.Components.Topbar do | |||||||
|               ) %> |               ) %> | ||||||
|             </li> |             </li> | ||||||
|             <li class="mx-2 my-1"> |             <li class="mx-2 my-1"> | ||||||
|               <%= live_redirect(gettext("Ammo"), |               <%= live_redirect(gettext("Catalog"), | ||||||
|                 to: Routes.ammo_type_index_path(Endpoint, :index), |                 to: Routes.ammo_type_index_path(Endpoint, :index), | ||||||
|                 class: "text-primary-600 text-white hover:underline" |                 class: "text-primary-600 text-white hover:underline" | ||||||
|               ) %> |               ) %> | ||||||
|             </li> |             </li> | ||||||
|             <li class="mx-2 my-1"> |             <li class="mx-2 my-1"> | ||||||
|               <%= live_redirect(gettext("Manage"), |               <%= live_redirect(gettext("Ammo"), | ||||||
|                 to: Routes.ammo_group_index_path(Endpoint, :index), |                 to: Routes.ammo_group_index_path(Endpoint, :index), | ||||||
|                 class: "text-primary-600 text-white hover:underline" |                 class: "text-primary-600 text-white hover:underline" | ||||||
|               ) %> |               ) %> | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| <div class="flex flex-col space-y-8 justify-center items-center"> | <div class="flex flex-col space-y-8 justify-center items-center"> | ||||||
|   <h1 class="title text-2xl title-primary-500"> |   <h1 class="title text-2xl title-primary-500"> | ||||||
|     <%= gettext("Ammo Types") %> |     <%= gettext("Catalog") %> | ||||||
|   </h1> |   </h1> | ||||||
|  |  | ||||||
|   <%= if @rows |> Enum.empty?() do %> |   <%= if @rows |> Enum.empty?() do %> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user