8 lines
		
	
	
		
			209 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
			
		
		
	
	
			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)) %>
 |