use Endpoint for links

This commit is contained in:
2022-02-17 22:31:37 -05:00
parent 3164d48f6c
commit 69240c1d51
10 changed files with 28 additions and 27 deletions

View File

@ -10,7 +10,7 @@
</h2>
<%= live_patch(dgettext("actions", "Add another container!"),
to: Routes.container_index_path(@socket, :new),
to: Routes.container_index_path(Endpoint, :new),
class: "btn btn-primary"
) %>
<% else %>