Files
confient/lib/confient_web/templates/student/new.html.eex
2020-12-12 18:38:31 +01:00

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>