Kosmas/leaguer

View on GitHub
app/views/users/show.html.erb

Summary

Maintainability
Test Coverage
<h1>User Profile</h1>

<p>
  <%= @user.name %>
</p>
<p>
  <%= @user.email %>
</p>

<%= link_to 'Edit Profile', edit_user_path(@user) %>