6 lines
174 B
Elixir
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>
|