6 lines
200 B
Elixir
6 lines
200 B
Elixir
<h1>Edit Location</h1>
|
|
|
|
<%= render "form.html", Map.put(assigns, :action, Routes.location_path(@conn, :update, @location)) %>
|
|
|
|
<span><%= link "Back", to: Routes.location_path(@conn, :index) %></span>
|