Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjballano/781907 to your computer and use it in GitHub Desktop.
Save jjballano/781907 to your computer and use it in GitHub Desktop.
<p id="notice"><%= notice %></p>
<p>
<b>First name:</b>
<%= @student.first_name %>
</p>
<p>
<b>Last name:</b>
<%= @student.last_name %>
</p>
<%= link_to 'Edit', edit_student_path(@student) %> |
<%= link_to 'Back', students_path %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment