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

6 lines
174 B
Elixir

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