rename ammo type to type
This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
| > | ||||
|   <.link navigate={Routes.pack_show_path(Endpoint, :show, @pack)} class="mb-2 link"> | ||||
|     <h1 class="title text-xl title-primary-500"> | ||||
|       <%= @pack.ammo_type.name %> | ||||
|       <%= @pack.type.name %> | ||||
|     </h1> | ||||
|   </.link> | ||||
|  | ||||
|   | ||||
| @@ -44,7 +44,7 @@ | ||||
|         </li> | ||||
|         <li class="mx-2 my-1"> | ||||
|           <.link | ||||
|             navigate={Routes.ammo_type_index_path(Endpoint, :index)} | ||||
|             navigate={Routes.type_index_path(Endpoint, :index)} | ||||
|             class="text-white hover:underline" | ||||
|           > | ||||
|             <%= gettext("Catalog") %> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user