AUTOGEN: Locations.
This commit is contained in:
5
lib/runosaari_web/templates/location/new.html.eex
Normal file
5
lib/runosaari_web/templates/location/new.html.eex
Normal 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>
|
||||
Reference in New Issue
Block a user