Files
runosaari.net/lib/runosaari_web/templates/location/edit.html.eex
2021-04-20 23:09:00 +03:00

6 lines
206 B
Elixir

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