mobilizon.chapril.org-mobil.../lib/eventos_web/templates/event/edit.html.eex

6 lines
174 B
Elixir

<h2>Edit Event</h2>
<%= render "form.html", Map.put(assigns, :action, event_path(@conn, :update, @event)) %>
<span><%= link "Back", to: event_path(@conn, :index) %></span>