Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Last active August 29, 2015 14:24
Show Gist options
  • Save darui00kara/6f3e4bb73fb23fac24ac to your computer and use it in GitHub Desktop.
Save darui00kara/6f3e4bb73fb23fac24ac to your computer and use it in GitHub Desktop.
<h2>Show user</h2>
<ul>
<li>
<strong>Name:</strong>
<%= @user.name %>
</li>
<li>
<strong>Email:</strong>
<%= @user.email %>
</li>
<li>
<strong>Password:</strong>
<%= @user.password %>
</li>
</ul>
<%= link "Back", to: user_path(@conn, :index) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment