mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-26 01:38:36 +00:00
6 lines
206 B
Elixir
6 lines
206 B
Elixir
|
<h2>Edit Event request</h2>
|
||
|
|
||
|
<%= render "form.html", Map.put(assigns, :action, event_request_path(@conn, :update, @event_request)) %>
|
||
|
|
||
|
<span><%= link "Back", to: event_request_path(@conn, :index) %></span>
|