mobilizon.chapril.org-mobil.../lib/eventos_web/templates/event_request/new.html.eex

6 lines
189 B
Elixir

<h2>New Event request</h2>
<%= render "form.html", Map.put(assigns, :action, event_request_path(@conn, :create)) %>
<span><%= link "Back", to: event_request_path(@conn, :index) %></span>