11 lines
385 B
Plaintext
11 lines
385 B
Plaintext
<p style="color: green"><%= notice %></p>
|
|
|
|
<%= render @student %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this student", edit_institution_student_path(@student.institution, @student) %> |
|
|
<%= link_to "Back to students", institution_students_path(@student.institution) %>
|
|
|
|
<%= button_to "Destroy this student", institution_student_path(@student.institution, @student), method: :delete %>
|
|
</div>
|