Skip to content

Instantly share code, notes, and snippets.

@Shinya-T
Created June 8, 2014 11:27
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 Shinya-T/64d3aaee8a8416ee8fee to your computer and use it in GitHub Desktop.
Save Shinya-T/64d3aaee8a8416ee8fee to your computer and use it in GitHub Desktop.
show.html.erb
<p id="notice"><%= notice %></p>
<p>
<strong>Name:</strong>
<%= @user.name %>
</p>
<p>
<strong>Password:</strong>
<%= @user.password %>
</p>
<%= link_to 'Edit', edit_user_path(@user) %> |
<%= link_to 'Back', users_path %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment