Created
January 16, 2011 16:04
-
-
Save jjballano/781907 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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