5
lib/eventos_web/templates/category/edit.html.eex
Normal file
5
lib/eventos_web/templates/category/edit.html.eex
Normal file
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user