webdev.camp/app/views/users/show.html.erb

4 lines
107 B
Plaintext

<h3>User</h3>
<p>Name: <%= @user.name if @user.name %></p>
<p>Email: <%= @user.email if @user.email %></p>