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

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>