6 lines
188 B
Elixir
6 lines
188 B
Elixir
<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>
|