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

6 lines
165 B
Elixir

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