Last active
August 29, 2015 14:24
-
-
Save darui00kara/6f3e4bb73fb23fac24ac to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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