add cloning to ammo group index

This commit is contained in:
2022-11-10 18:21:29 -05:00
parent 3dd6430105
commit 09394ea408
31 changed files with 217 additions and 138 deletions

View File

@ -85,6 +85,7 @@ defmodule CanneryWeb.Router do
live "/ammo", AmmoGroupLive.Index, :index
live "/ammo/new", AmmoGroupLive.Index, :new
live "/ammo/:id/edit", AmmoGroupLive.Index, :edit
live "/ammo/:id/clone", AmmoGroupLive.Index, :clone
live "/ammo/:id/add_shot_group", AmmoGroupLive.Index, :add_shot_group
live "/ammo/:id/move", AmmoGroupLive.Index, :move