<%= @user.user_name %>'s Profile

<%= image_tag 'http://www.gravatar.com/avatar/' + Digest::MD5.hexdigest(@user.email) + '?s=100&d=identicon' %>

Email: <%= @user.email %>

Preferred name: <%= @user.user_name %>

Relationship Status: too single

<% if @user.remote_usernames[0].nil? %> <%= form_for @user do |f| %> <%= f.submit "Add Username", :class => 'signup' %> <% end %> <% end %>

Recent Tournaments Played

Recent Tournaments Hosted

<% if @user.tournaments_hosted.count == 0 %>

<%= @user.user_name %> has never hosted a tournament

<%end %>
<%= link_to 'Edit', edit_user_path(@user) %> | <%= link_to 'All Users', users_path %>