From 07dbbeb404dedcf9733262ae2ce9cdddc086bb0e Mon Sep 17 00:00:00 2001 From: nfoy Date: Sun, 27 Apr 2014 19:12:01 -0400 Subject: Tournament index now displays game images. Images must be named the exact name of the game and be of the .png format. --- app/views/users/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/users/show.html.erb') diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index a67aed9..b408589 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -2,7 +2,7 @@

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

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

-- cgit v1.2.3