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

8 lines
209 B
Elixir

<h1>Editer un élève</h1>
<span><%= link "Retour", to: Routes.student_path(@conn, :index) %></span>
<hr>
<%= render "form.html", Map.put(assigns, :action, Routes.student_path(@conn, :update, @student)) %>