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

6 lines
186 B
Elixir

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