AUTOGEN: Locations.

This commit is contained in:
codevictory
2021-03-30 22:40:29 +03:00
parent 200d695586
commit adacd91591
12 changed files with 474 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<h1>New Location</h1>
<%= render "form.html", Map.put(assigns, :action, Routes.location_path(@conn, :create)) %>
<span><%= link "Back", to: Routes.location_path(@conn, :index) %></span>