forked from potsda.mn/mobilizon
6 lines
165 B
Elixir
6 lines
165 B
Elixir
|
<h2>New Event</h2>
|
||
|
|
||
|
<%= render "form.html", Map.put(assigns, :action, event_path(@conn, :create)) %>
|
||
|
|
||
|
<span><%= link "Back", to: event_path(@conn, :index) %></span>
|