6 lines
201 B
Elixir
6 lines
201 B
Elixir
<h1>Ajouter un nouvel élève</h1>
|
|
|
|
<%= render "form.html", Map.put(assigns, :action, Routes.student_path(@conn, :create)) %>
|
|
|
|
<span><%= link "Retour", to: Routes.student_path(@conn, :index) %></span>
|