Files
runosaari.net/lib/runosaari_web/templates/location/edit.html.eex
2021-03-30 22:40:29 +03:00

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>